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

Commit 7da326dd authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Switch to toybox sed (again)."

parents 46160c64 c1bfeed8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@ var Configuration = map[string]PathConfig{
	"python3":  Allowed,
	"realpath": Allowed,
	"rsync":    Allowed,
	"sed":      Allowed,
	"sh":       Allowed,
	"tar":      Allowed,
	"tr":       Allowed,
@@ -155,6 +154,7 @@ var Configuration = map[string]PathConfig{
	"readlink":  LinuxOnlyPrebuilt,
	"rm":        LinuxOnlyPrebuilt,
	"rmdir":     LinuxOnlyPrebuilt,
	"sed":       LinuxOnlyPrebuilt,
	"seq":       LinuxOnlyPrebuilt,
	"setsid":    LinuxOnlyPrebuilt,
	"sha1sum":   LinuxOnlyPrebuilt,