Merge "Revert "Revert "Switch to toybox timeout."""
This commit is contained in:
commit
2d10e3f54e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue