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

Commit e0e24413 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch to toybox du(1).

Test: treehugger
Change-Id: Id66705f35e82ed25af6dbd5a131ce90ceba60912
parent 6cf91115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ var Configuration = map[string]PathConfig{
	"date":      Allowed,
	"dd":        Allowed,
	"diff":      Allowed,
	"du":        Allowed,
	"echo":      Allowed,
	"egrep":     Allowed,
	"expr":      Allowed,
@@ -158,6 +157,7 @@ var Configuration = map[string]PathConfig{
	"cp":       Toybox,
	"cut":      Toybox,
	"dirname":  Toybox,
	"du":       Toybox,
	"env":      Toybox,
	"head":     Toybox,
	"id":       Toybox,