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

Commit 81dd1686 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Switch to toybox ls(1)."

parents ae1366f6 0b11f659
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ var Configuration = map[string]PathConfig{
	"jar":       Allowed,
	"java":      Allowed,
	"javap":     Allowed,
	"ls":        Allowed,
	"lsof":      Allowed,
	"m4":        Allowed,
	"md5sum":    Allowed,
@@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{
	"head":     Toybox,
	"id":       Toybox,
	"ln":       Toybox,
	"ls":       Toybox,
	"mkdir":    Toybox,
	"od":       Toybox,
	"paste":    Toybox,