Merge "Remove perl from the allowed PATH tools list"

am: 1a968b91a6

Change-Id: I9c21e5bdfe4cde541057e743b81258b0861a21ba
This commit is contained in:
Dan Willemsen 2018-10-16 09:07:18 -07:00 committed by android-build-merger
commit 5ffade3240
1 changed files with 2 additions and 3 deletions

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,