Merge "Switch to toybox cp(1)."

This commit is contained in:
Elliott Hughes 2019-01-09 16:52:19 +00:00 committed by Gerrit Code Review
commit 6cf911150a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,6 @@ var Configuration = map[string]PathConfig{
"bash": Allowed,
"bc": Allowed,
"bzip2": Allowed,
"cp": Allowed,
"date": Allowed,
"dd": Allowed,
"diff": Allowed,
@ -156,6 +155,7 @@ var Configuration = map[string]PathConfig{
"chmod": Toybox,
"cmp": Toybox,
"comm": Toybox,
"cp": Toybox,
"cut": Toybox,
"dirname": Toybox,
"env": Toybox,