From d8545fa262ac4200d9268c2555a03de23baf25ac Mon Sep 17 00:00:00 2001 From: Mike Nomitch Date: Thu, 7 Mar 2024 12:04:57 -0800 Subject: [PATCH] Adds CL --- .changelog/20073.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/20073.txt diff --git a/.changelog/20073.txt b/.changelog/20073.txt new file mode 100644 index 000000000..c37d3a4e2 --- /dev/null +++ b/.changelog/20073.txt @@ -0,0 +1,3 @@ +```release-note:improvement +drivers: Added ability to restrict host uids and gids in exec and raw_exec drivers +```