Revert "Switch to toybox cp(1)."

This reverts commit 9886695763.

Reason for revert: http://b/122623408
Bug: http://b/122623408

Change-Id: Ib9ec92f9dd6f9a0db7f598b10241b0474e46aba0
This commit is contained in:
Elliott Hughes
2019-01-10 06:02:12 +00:00
parent ed918b77bb
commit c33514e3b6

View File

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