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

Commit 6141a7d7 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move to toybox basename(1).

Test: treehugger
Change-Id: I29f210d86a0dada8a40eca1919e2f6f876d50bcd
parent 314d8c14
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,