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

Commit 6cf91115 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Switch to toybox cp(1)."

parents bb02d603 98866957
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,