Merge "Remove make and xmllint from the allowed tools list"

This commit is contained in:
Dan Willemsen 2018-10-20 21:29:48 +00:00 committed by Gerrit Code Review
commit 9565675616
1 changed files with 0 additions and 2 deletions

View File

@ -101,7 +101,6 @@ var Configuration = map[string]PathConfig{
"ls": Allowed,
"lsof": Allowed,
"m4": Allowed,
"make": Log,
"md5sum": Allowed,
"mkdir": Allowed,
"mktemp": Allowed,
@ -148,7 +147,6 @@ var Configuration = map[string]PathConfig{
"which": Allowed,
"whoami": Allowed,
"xargs": Allowed,
"xmllint": Log,
"xxd": Allowed,
"xz": Allowed,
"zip": Allowed,