Switch to toybox chmod(1).
Test: treehugger Change-Id: Iccb70941906d9cf8b004303a6935b7df1217babf
This commit is contained in:
parent
ace2be498e
commit
97295bd391
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,6 @@ var Configuration = map[string]PathConfig{
|
||||||
"bash": Allowed,
|
"bash": Allowed,
|
||||||
"bc": Allowed,
|
"bc": Allowed,
|
||||||
"bzip2": Allowed,
|
"bzip2": Allowed,
|
||||||
"chmod": Allowed,
|
|
||||||
"cp": Allowed,
|
"cp": Allowed,
|
||||||
"date": Allowed,
|
"date": Allowed,
|
||||||
"dd": Allowed,
|
"dd": Allowed,
|
||||||
|
@ -154,6 +153,7 @@ var Configuration = map[string]PathConfig{
|
||||||
// On linux we'll use the toybox version of these instead
|
// On linux we'll use the toybox version of these instead
|
||||||
"basename": Toybox,
|
"basename": Toybox,
|
||||||
"cat": Toybox,
|
"cat": Toybox,
|
||||||
|
"chmod": Toybox,
|
||||||
"cmp": Toybox,
|
"cmp": Toybox,
|
||||||
"comm": Toybox,
|
"comm": Toybox,
|
||||||
"cut": Toybox,
|
"cut": Toybox,
|
||||||
|
|
Loading…
Reference in a new issue