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,
|
"sed": Allowed,
|
||||||
"sh": Allowed,
|
"sh": Allowed,
|
||||||
"tar": Allowed,
|
"tar": Allowed,
|
||||||
"timeout": Allowed,
|
|
||||||
"tr": Allowed,
|
"tr": Allowed,
|
||||||
"unzip": Allowed,
|
"unzip": Allowed,
|
||||||
"zip": Allowed,
|
"zip": Allowed,
|
||||||
|
@ -166,6 +165,7 @@ var Configuration = map[string]PathConfig{
|
||||||
"stat": LinuxOnlyPrebuilt,
|
"stat": LinuxOnlyPrebuilt,
|
||||||
"tail": LinuxOnlyPrebuilt,
|
"tail": LinuxOnlyPrebuilt,
|
||||||
"tee": LinuxOnlyPrebuilt,
|
"tee": LinuxOnlyPrebuilt,
|
||||||
|
"timeout": LinuxOnlyPrebuilt,
|
||||||
"touch": LinuxOnlyPrebuilt,
|
"touch": LinuxOnlyPrebuilt,
|
||||||
"true": LinuxOnlyPrebuilt,
|
"true": LinuxOnlyPrebuilt,
|
||||||
"uname": LinuxOnlyPrebuilt,
|
"uname": LinuxOnlyPrebuilt,
|
||||||
|
|
Loading…
Reference in a new issue