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

Commit 97295bd3 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch to toybox chmod(1).

Test: treehugger
Change-Id: Iccb70941906d9cf8b004303a6935b7df1217babf
parent ace2be49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ var Configuration = map[string]PathConfig{
	"bash":      Allowed,
	"bc":        Allowed,
	"bzip2":     Allowed,
	"chmod":     Allowed,
	"cp":        Allowed,
	"date":      Allowed,
	"dd":        Allowed,
@@ -154,6 +153,7 @@ var Configuration = map[string]PathConfig{
	// On linux we'll use the toybox version of these instead
	"basename": Toybox,
	"cat":      Toybox,
	"chmod":    Toybox,
	"cmp":      Toybox,
	"comm":     Toybox,
	"cut":      Toybox,