Merge "Remove perl from the allowed PATH tools list"

This commit is contained in:
Treehugger Robot
2018-10-16 15:39:45 +00:00
committed by Gerrit Code Review

View File

@@ -41,8 +41,8 @@ var Forbidden = PathConfig{
var Log = PathConfig{
Symlink: true,
Log: true,
Error: false,
Log: true,
Error: false,
}
// The configuration used if the tool is not listed in the config below.
@@ -110,7 +110,6 @@ var Configuration = map[string]PathConfig{
"openssl": Allowed,
"paste": Allowed,
"patch": Allowed,
"perl": Log,
"pgrep": Allowed,
"pkill": Allowed,
"ps": Allowed,