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

Commit 3b67794d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move xxd(1) to toybox."

parents da5cf6a7 f3f3b99b
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() {