Switch to toybox timeout.
Test: treehugger Change-Id: Ieea84deac5d0ccef0f3d4949aa1ba870d406e482
This commit is contained in:
parent
42729b481a
commit
e9f471635f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue