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

Commit 6028c3bd authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Move env(1) to toybox."

parents 485e6ebb bb19518a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ var Configuration = map[string]PathConfig{
	"du":        Allowed,
	"echo":      Allowed,
	"egrep":     Allowed,
	"env":       Allowed,
	"expr":      Allowed,
	"find":      Allowed,
	"fuser":     Allowed,
@@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{
	// On linux we'll use the toybox version of these instead
	"cat":    Toybox,
	"comm":   Toybox,
	"env":    Toybox,
	"id":     Toybox,
	"sleep":  Toybox,
	"true":   Toybox,