Merge "Move xxd(1) to toybox."
This commit is contained in:
commit
3b67794d7f
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue