summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2019-06-07 20:08:04 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-06-07 20:08:04 +0000
commit0db3e1e6679e1a7b4f8ec6580d13e4e4e8aed6c5 (patch)
tree12eec181e95d5d9bfd3f4f3bb076067af7d94da2
parent14bb14e0c32e1ba656069f8af5819b5f41d1ea03 (diff)
parente9f471635f038ff0ba1d42772b0e85bb99c800be (diff)
Merge "Switch to toybox timeout."
-rw-r--r--ui/build/paths/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 4a30391da..e494042d9 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -105,7 +105,6 @@ var Configuration = map[string]PathConfig{
"sed": 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,