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

Commit 5d593238 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move cat(1) to toybox.

Test: builds
Change-Id: I9a367c3204891518994bfe889072dd1cf9aed490
parent 07002e01
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,