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

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

Move xxd(1) to toybox.

Test: treehugger
Change-Id: I906b0c94da5b65dc387ae253492356ca78f93fd2
parent ca62abc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,6 @@ var Configuration = map[string]PathConfig{
	"wc":        Allowed,
	"which":     Allowed,
	"xargs":     Allowed,
	"xxd":       Allowed,
	"xz":        Allowed,
	"zip":       Allowed,
	"zipinfo":   Allowed,
@@ -178,6 +177,7 @@ var Configuration = map[string]PathConfig{
	"uname":  Toybox,
	"uniq":   Toybox,
	"whoami": Toybox,
	"xxd":    Toybox,
}

func init() {