Switch to toybox xargs(1).

Test: treehugger
Change-Id: I8db68577498c1f6c0e1fdff951bc8972184b2754
This commit is contained in:
Elliott Hughes 2018-12-17 15:09:22 -08:00
parent 11abe2ce0d
commit 6712c0eb87
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}