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

Commit 0e868d03 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Revert "Revert "Switch to toybox timeout.""

This reverts commit 50e91c1a.

Reason for revert: SIGRTMIN+2 support added.

Change-Id: I3cb251a102e427335315c4931e23a69b95253ee7
parent 50e91c1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,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,