Remove make and xmllint from the allowed tools list
We've got a prebuilt of make in prebuilts/build-tools, and we build xmllint from source. Test: No logs on the build servers in the last 24 hours Change-Id: Ib60a7b5feaa31097071b67ebf6beb7f0b9a9f81b
This commit is contained in:
parent
1b4aa43303
commit
41cabfbbf4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue