Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98866957 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch to toybox cp(1).

Test: treehugger
Change-Id: I91eddd95abc03f76d4da7fdc1e70c5cf314e6127
parent 2837d75f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,