Add fuser to allowed PATH tools
fuser is used by goma Test: none Change-Id: I9acf4dd062c3b767a1688e4f236a96d5f2b8a7f6
This commit is contained in:
parent
4bd15d36e7
commit
b4d0144a6f
|
@ -77,6 +77,7 @@ var Configuration = map[string]PathConfig{
|
|||
"env": Allowed,
|
||||
"expr": Allowed,
|
||||
"find": Allowed,
|
||||
"fuser": Allowed,
|
||||
"getconf": Allowed,
|
||||
"getopt": Allowed,
|
||||
"git": Allowed,
|
||||
|
|
Loading…
Reference in New Issue