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:
parent
14eae19b1c
commit
42740f2c78
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue