Merge "Switch to prebuilt bzip2."

This commit is contained in:
Elliott Hughes 2019-07-23 19:28:02 +00:00 committed by Gerrit Code Review
commit 7ceddbae8e

View file

@ -76,9 +76,6 @@ func GetConfig(name string) PathConfig {
var Configuration = map[string]PathConfig{
"bash": Allowed,
"bc": Allowed,
// We need bzip2 here even though we provide a bzip2 binary because
// GNU tar seems to avoid calling ours.
"bzip2": Allowed,
"dd": Allowed,
"diff": Allowed,
"dlv": Allowed,