Merge "Allowlist gcert and prodcertstatus binaries"
This commit is contained in:
commit
300243ca3e
1 changed files with 23 additions and 21 deletions
|
@ -86,27 +86,29 @@ func GetConfig(name string) PathConfig {
|
|||
// This list specifies whether a particular binary from $PATH is allowed to be
|
||||
// run during the build. For more documentation, see path_interposer.go .
|
||||
var Configuration = map[string]PathConfig{
|
||||
"bash": Allowed,
|
||||
"dd": Allowed,
|
||||
"diff": Allowed,
|
||||
"dlv": Allowed,
|
||||
"expr": Allowed,
|
||||
"fuser": Allowed,
|
||||
"getopt": Allowed,
|
||||
"git": Allowed,
|
||||
"hexdump": Allowed,
|
||||
"jar": Allowed,
|
||||
"java": Allowed,
|
||||
"javap": Allowed,
|
||||
"lsof": Allowed,
|
||||
"openssl": Allowed,
|
||||
"pstree": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sh": Allowed,
|
||||
"stubby": Allowed,
|
||||
"tr": Allowed,
|
||||
"unzip": Allowed,
|
||||
"zip": Allowed,
|
||||
"bash": Allowed,
|
||||
"dd": Allowed,
|
||||
"diff": Allowed,
|
||||
"dlv": Allowed,
|
||||
"expr": Allowed,
|
||||
"fuser": Allowed,
|
||||
"gcert": Allowed,
|
||||
"getopt": Allowed,
|
||||
"git": Allowed,
|
||||
"hexdump": Allowed,
|
||||
"jar": Allowed,
|
||||
"java": Allowed,
|
||||
"javap": Allowed,
|
||||
"lsof": Allowed,
|
||||
"openssl": Allowed,
|
||||
"prodcertstatus": Allowed,
|
||||
"pstree": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sh": Allowed,
|
||||
"stubby": Allowed,
|
||||
"tr": Allowed,
|
||||
"unzip": Allowed,
|
||||
"zip": Allowed,
|
||||
|
||||
// Host toolchain is removed. In-tree toolchain should be used instead.
|
||||
// GCC also can't find cc1 with this implementation.
|
||||
|
|
Loading…
Reference in a new issue