Switch cp(1) to toybox.
Test: treehugger Change-Id: I908e1d6aa2aa7016432ac7ff4abc56e8163bad8a
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user