Switch to toybox xargs(1).
Test: treehugger Change-Id: I8db68577498c1f6c0e1fdff951bc8972184b2754
This commit is contained in:
parent
11abe2ce0d
commit
6712c0eb87
|
@ -123,7 +123,6 @@ var Configuration = map[string]PathConfig{
|
|||
"unzip": Allowed,
|
||||
"wc": Allowed,
|
||||
"which": Allowed,
|
||||
"xargs": Allowed,
|
||||
"xz": Allowed,
|
||||
"zip": Allowed,
|
||||
"zipinfo": Allowed,
|
||||
|
@ -176,6 +175,7 @@ var Configuration = map[string]PathConfig{
|
|||
"uniq": Toybox,
|
||||
"unix2dos": Toybox,
|
||||
"whoami": Toybox,
|
||||
"xargs": Toybox,
|
||||
"xxd": Toybox,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue