Merge "PATH: Allow more tools"

This commit is contained in:
Treehugger Robot 2018-06-06 21:19:17 +00:00 committed by Gerrit Code Review
commit 775841fb0d
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,7 @@ var Configuration = map[string]PathConfig{
"awk": Allowed,
"basename": Allowed,
"bash": Allowed,
"bc": Allowed,
"bzip2": Allowed,
"cat": Allowed,
"chmod": Allowed,
@ -98,7 +99,10 @@ var Configuration = map[string]PathConfig{
"openssl": Allowed,
"patch": Allowed,
"perl": Allowed,
"pgrep": Allowed,
"pkill": Allowed,
"pstree": Allowed,
"pwd": Allowed,
"python": Allowed,
"python2.7": Allowed,
"python3": Allowed,
@ -114,6 +118,7 @@ var Configuration = map[string]PathConfig{
"sha1sum": Allowed,
"sha256sum": Allowed,
"sha512sum": Allowed,
"sleep": Allowed,
"sort": Allowed,
"stat": Allowed,
"sum": Allowed,