diff options
| author | 2019-06-07 20:08:04 +0000 | |
|---|---|---|
| committer | 2019-06-07 20:08:04 +0000 | |
| commit | 0db3e1e6679e1a7b4f8ec6580d13e4e4e8aed6c5 (patch) | |
| tree | 12eec181e95d5d9bfd3f4f3bb076067af7d94da2 | |
| parent | 14bb14e0c32e1ba656069f8af5819b5f41d1ea03 (diff) | |
| parent | e9f471635f038ff0ba1d42772b0e85bb99c800be (diff) | |
Merge "Switch to toybox timeout."
| -rw-r--r-- | ui/build/paths/config.go | 2 |
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, |