Switch to toybox which(1).
Test: treehugger Change-Id: Ic14692b90c2b1246c1c8f72d00d6e0a5223aaf70
This commit is contained in:
parent
db96fc8744
commit
44f0d4e1fc
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue