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

Commit 716fa36d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move rmdir(1) to toybox.

Test: treehugger
Change-Id: Ibb43f09c0cfcda631025ef0fea4730519a3b6fe6
parent aaebcb97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,6 @@ var Configuration = map[string]PathConfig{
	"readlink":  Allowed,
	"realpath":  Allowed,
	"rm":        Allowed,
	"rmdir":     Allowed,
	"rsync":     Allowed,
	"sed":       Allowed,
	"setsid":    Allowed,
@@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{
	"id":     Toybox,
	"od":     Toybox,
	"pwd":    Toybox,
	"rmdir":  Toybox,
	"sleep":  Toybox,
	"tail":   Toybox,
	"true":   Toybox,