Merge "Move xxd(1) to toybox."
am: 3b67794d7f
Change-Id: Ieb0425e43aa6218fb4d95ac804da0a126565e123
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user