Merge "Switch to toybox mv(1)."
This commit is contained in:
commit
3aa6533f39
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,6 @@ var Configuration = map[string]PathConfig{
|
|||
"lsof": Allowed,
|
||||
"m4": Allowed,
|
||||
"md5sum": Allowed,
|
||||
"mv": Allowed,
|
||||
"openssl": Allowed,
|
||||
"patch": Allowed,
|
||||
"pgrep": Allowed,
|
||||
|
@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
|
|||
"ls": Toybox,
|
||||
"mkdir": Toybox,
|
||||
"mktemp": Toybox,
|
||||
"mv": Toybox,
|
||||
"od": Toybox,
|
||||
"paste": Toybox,
|
||||
"pwd": Toybox,
|
||||
|
|
Loading…
Reference in a new issue