Merge "Allowlist stubby to be run within the path imposer"

This commit is contained in:
Kousik Kumar 2022-03-04 16:01:52 +00:00 committed by Gerrit Code Review
commit 376cd24d14

View file

@ -91,6 +91,7 @@ var Configuration = map[string]PathConfig{
"pstree": Allowed,
"rsync": Allowed,
"sh": Allowed,
"stubby": Allowed,
"tr": Allowed,
"unzip": Allowed,
"zip": Allowed,