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

Commit 4af530ff authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Go back to the host sed until we have a faster prebuilt."

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