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

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

Disallow "runalarm" and allow the more standard "timeout".

Bug: N/A
Test: builds
Change-Id: Id8fe8ee2569b7410c66f448513cce6ff57458ffb
parent 50aeb110
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,6 @@ var Configuration = map[string]PathConfig{
	"rm":        Allowed,
	"rmdir":     Allowed,
	"rsync":     Allowed,
	"runalarm":  Allowed,
	"sed":       Allowed,
	"setsid":    Allowed,
	"sh":        Allowed,
@@ -135,6 +134,7 @@ var Configuration = map[string]PathConfig{
	"tar":       Allowed,
	"tail":      Allowed,
	"tee":       Allowed,
	"timeout":   Allowed,
	"todos":     Allowed,
	"touch":     Allowed,
	"tr":        Allowed,