Switch to toybox which(1).

Test: treehugger
Change-Id: Ic14692b90c2b1246c1c8f72d00d6e0a5223aaf70
This commit is contained in:
Elliott Hughes 2019-01-18 15:18:54 -08:00
parent db96fc8744
commit 44f0d4e1fc
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,6 @@ var Configuration = map[string]PathConfig{
"timeout": Allowed,
"tr": Allowed,
"unzip": Allowed,
"which": Allowed,
"xz": Allowed,
"zip": Allowed,
"zipinfo": Allowed,
@ -175,6 +174,7 @@ var Configuration = map[string]PathConfig{
"unix2dos": Toybox,
"wc": Toybox,
"whoami": Toybox,
"which": Toybox,
"xargs": Toybox,
"xxd": Toybox,
}