Merge "Revert "Revert "Switch to toybox timeout."""

This commit is contained in:
Elliott Hughes 2019-06-17 23:35:16 +00:00 committed by Gerrit Code Review
commit 2d10e3f54e
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,6 @@ var Configuration = map[string]PathConfig{
"rsync": Allowed,
"sh": Allowed,
"tar": Allowed,
"timeout": Allowed,
"tr": Allowed,
"unzip": Allowed,
"zip": Allowed,
@ -166,6 +165,7 @@ var Configuration = map[string]PathConfig{
"stat": LinuxOnlyPrebuilt,
"tail": LinuxOnlyPrebuilt,
"tee": LinuxOnlyPrebuilt,
"timeout": LinuxOnlyPrebuilt,
"touch": LinuxOnlyPrebuilt,
"true": LinuxOnlyPrebuilt,
"uname": LinuxOnlyPrebuilt,