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

Commit afeb6cb8 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Revert "Switch to toybox tar."

This reverts commit 3b584b78.

Reason for revert: missing --mode.

Change-Id: I0cde94c38905e26c79c31a03fd0177d7d57daa32
parent 3b584b78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ var Configuration = map[string]PathConfig{
	"realpath": Allowed,
	"rsync":    Allowed,
	"sh":       Allowed,
	"tar":      Allowed,
	"tr":       Allowed,
	"unzip":    Allowed,
	"zip":      Allowed,
@@ -163,7 +164,6 @@ var Configuration = map[string]PathConfig{
	"sort":      LinuxOnlyPrebuilt,
	"stat":      LinuxOnlyPrebuilt,
	"tail":      LinuxOnlyPrebuilt,
	"tar":       LinuxOnlyPrebuilt,
	"tee":       LinuxOnlyPrebuilt,
	"timeout":   LinuxOnlyPrebuilt,
	"touch":     LinuxOnlyPrebuilt,