Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9f47163 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch to toybox timeout.

Test: treehugger
Change-Id: Ieea84deac5d0ccef0f3d4949aa1ba870d406e482
parent 42729b48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,