From 60a856fd0c93420963c81899ded7a4aa9c34db9f Mon Sep 17 00:00:00 2001 From: Juanadelacuesta <8647634+Juanadelacuesta@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:36:50 +0100 Subject: [PATCH] add changelog entry --- .changelog/20073.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/20073.txt b/.changelog/20073.txt index c37d3a4e2..8b5be9343 100644 --- a/.changelog/20073.txt +++ b/.changelog/20073.txt @@ -1,3 +1,3 @@ ```release-note:improvement -drivers: Added ability to restrict host uids and gids in exec and raw_exec drivers +drivers: add posibility to restrict user and group for exec and rawexec ```