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

Commit 8ed90329 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Move cat(1) to toybox."

parents b9619f07 5d593238
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@ var Configuration = map[string]PathConfig{
	"bash":      Allowed,
	"bc":        Allowed,
	"bzip2":     Allowed,
	"cat":       Allowed,
	"chmod":     Allowed,
	"cmp":       Allowed,
	"comm":      Allowed,
@@ -174,6 +173,7 @@ var Configuration = map[string]PathConfig{
	"pkg-config": Forbidden,

	// On linux we'll use the toybox version of these instead
	"cat":    Toybox,
	"id":     Toybox,
	"true":   Toybox,
	"uname":  Toybox,