Add lsof and ps to the allowed tool lists

lsof is used by goma to find its proxy daemon
ps is used on Mac instead of pstree in soong_ui

Test: none
Change-Id: Ifed7d09d604c00b7eebac1488a6f4658788d6e33
This commit is contained in:
Dan Willemsen 2018-08-15 10:14:40 -07:00
parent 14eae19b1c
commit 42740f2c78

View file

@ -91,6 +91,7 @@ var Configuration = map[string]PathConfig{
"javap": Allowed,
"ln": Allowed,
"ls": Allowed,
"lsof": Allowed,
"m4": Allowed,
"make": Allowed,
"md5sum": Allowed,
@ -103,6 +104,7 @@ var Configuration = map[string]PathConfig{
"perl": Allowed,
"pgrep": Allowed,
"pkill": Allowed,
"ps": Allowed,
"pstree": Allowed,
"pwd": Allowed,
"python": Allowed,