Switch cp(1) to toybox.

Test: treehugger
Change-Id: I908e1d6aa2aa7016432ac7ff4abc56e8163bad8a
This commit is contained in:
Elliott Hughes
2019-01-24 15:18:50 -08:00
parent 10357c3b22
commit 48d716c367

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,
@@ -132,6 +131,7 @@ var Configuration = map[string]PathConfig{
"cat": Toybox,
"chmod": Toybox,
"cmp": Toybox,
"cp": Toybox,
"comm": Toybox,
"cut": Toybox,
"dirname": Toybox,