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

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

Merge "Move to toybox basename(1)."

parents 4322f400 6141a7d7
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ func GetConfig(name string) PathConfig {

var Configuration = map[string]PathConfig{
	"awk":       Allowed,
	"basename":  Allowed,
	"bash":      Allowed,
	"bc":        Allowed,
	"bzip2":     Allowed,
@@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{
	"pkg-config": Forbidden,

	// On linux we'll use the toybox version of these instead
	"basename": Toybox,
	"cat":      Toybox,
	"comm":     Toybox,
	"env":      Toybox,