Merge "Move xxd(1) to toybox."

This commit is contained in:
Treehugger Robot 2018-11-30 20:14:35 +00:00 committed by Gerrit Code Review
commit 3b67794d7f
1 changed files with 1 additions and 1 deletions

View File

@ -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() {