Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ee8b33e authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch to prebuilt bzip2.

Test: treehugger
Change-Id: I4953ff6f9ead5ad79519ac7fa71b557807f25851
parent 1ecfa940
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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,