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

Commit 16dbb39a authored by Dan Willemsen's avatar Dan Willemsen
Browse files

PATH: Allow more tools

pkill and sleep are used in
device/generic/goldfish/tools/emulator_boot_test.sh

pgrep is used by GOMA

bc and pwd are used by kernel builds

Test: none
Change-Id: If7004255b4776fa4409fdd4b0aa6d6617b471317
parent dd0b4e06
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,