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

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

Merge "PATH: Allow more tools"

parents 0d39cb11 16dbb39a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ var Configuration = map[string]PathConfig{
	"awk":       Allowed,
	"basename":  Allowed,
	"bash":      Allowed,
	"bc":        Allowed,
	"bzip2":     Allowed,
	"cat":       Allowed,
	"chmod":     Allowed,
@@ -98,7 +99,10 @@ var Configuration = map[string]PathConfig{
	"openssl":   Allowed,
	"patch":     Allowed,
	"perl":      Allowed,
	"pgrep":     Allowed,
	"pkill":     Allowed,
	"pstree":    Allowed,
	"pwd":       Allowed,
	"python":    Allowed,
	"python2.7": Allowed,
	"python3":   Allowed,
@@ -114,6 +118,7 @@ var Configuration = map[string]PathConfig{
	"sha1sum":   Allowed,
	"sha256sum": Allowed,
	"sha512sum": Allowed,
	"sleep":     Allowed,
	"sort":      Allowed,
	"stat":      Allowed,
	"sum":       Allowed,