Remove perl from the allowed PATH tools list
This is no longer used within Android builds. We don't have any way of providing extra libraries, or using a hermetic version of perl. Bug: 117338567 Test: check build logs for the last 48 hours Change-Id: I06d41a0006a47508a435dbf44bfccc4b385d9f41
This commit is contained in:
@@ -110,7 +110,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"openssl": Allowed,
|
"openssl": Allowed,
|
||||||
"paste": Allowed,
|
"paste": Allowed,
|
||||||
"patch": Allowed,
|
"patch": Allowed,
|
||||||
"perl": Log,
|
|
||||||
"pgrep": Allowed,
|
"pgrep": Allowed,
|
||||||
"pkill": Allowed,
|
"pkill": Allowed,
|
||||||
"ps": Allowed,
|
"ps": Allowed,
|
||||||
|
Reference in New Issue
Block a user