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

Commit 2d10e3f5 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Revert "Revert "Switch to toybox timeout."""

parents 33ee2546 0e868d03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,