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

Commit ca62abc7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move paste(1) to toybox."

parents 42f19a79 15f2dfe4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ var Configuration = map[string]PathConfig{
	"mktemp":    Allowed,
	"mv":        Allowed,
	"openssl":   Allowed,
	"paste":     Allowed,
	"patch":     Allowed,
	"pgrep":     Allowed,
	"pkill":     Allowed,
@@ -170,6 +169,7 @@ var Configuration = map[string]PathConfig{
	"env":    Toybox,
	"id":     Toybox,
	"od":     Toybox,
	"paste":  Toybox,
	"pwd":    Toybox,
	"rmdir":  Toybox,
	"sleep":  Toybox,