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:
Dan Willemsen 2018-10-19 12:29:46 -07:00
parent 1b4aa43303
commit 41cabfbbf4
1 changed files with 0 additions and 2 deletions

View File

@ -101,7 +101,6 @@ var Configuration = map[string]PathConfig{
"ls": Allowed, "ls": Allowed,
"lsof": Allowed, "lsof": Allowed,
"m4": Allowed, "m4": Allowed,
"make": Log,
"md5sum": Allowed, "md5sum": Allowed,
"mkdir": Allowed, "mkdir": Allowed,
"mktemp": Allowed, "mktemp": Allowed,
@ -148,7 +147,6 @@ var Configuration = map[string]PathConfig{
"which": Allowed, "which": Allowed,
"whoami": Allowed, "whoami": Allowed,
"xargs": Allowed, "xargs": Allowed,
"xmllint": Log,
"xxd": Allowed, "xxd": Allowed,
"xz": Allowed, "xz": Allowed,
"zip": Allowed, "zip": Allowed,