Merge "Switch to prebuilt bzip2."
This commit is contained in:
@@ -74,11 +74,8 @@ func GetConfig(name string) PathConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var Configuration = map[string]PathConfig{
|
var Configuration = map[string]PathConfig{
|
||||||
"bash": Allowed,
|
"bash": Allowed,
|
||||||
"bc": 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,
|
"dd": Allowed,
|
||||||
"diff": Allowed,
|
"diff": Allowed,
|
||||||
"dlv": Allowed,
|
"dlv": Allowed,
|
||||||
|
Reference in New Issue
Block a user