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

Commit 77b3fec7 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Revert "bzip2/xz: use the prebuilts.""

parents 42603c4a 3d87302a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ func GetConfig(name string) PathConfig {
var Configuration = map[string]PathConfig{
	"bash":     Allowed,
	"bc":       Allowed,
	"bzip2":    Allowed,
	"date":     Allowed,
	"dd":       Allowed,
	"diff":     Allowed,
@@ -103,6 +104,7 @@ var Configuration = map[string]PathConfig{
	"timeout":  Allowed,
	"tr":       Allowed,
	"unzip":    Allowed,
	"xz":       Allowed,
	"zip":      Allowed,
	"zipinfo":  Allowed,