Add fuser to allowed PATH tools

fuser is used by goma

Test: none
Change-Id: I9acf4dd062c3b767a1688e4f236a96d5f2b8a7f6
This commit is contained in:
Dan Willemsen 2018-08-27 16:14:23 -07:00
parent 4bd15d36e7
commit b4d0144a6f
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ var Configuration = map[string]PathConfig{
"env": Allowed,
"expr": Allowed,
"find": Allowed,
"fuser": Allowed,
"getconf": Allowed,
"getopt": Allowed,
"git": Allowed,