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

Commit 3b584b78 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch to toybox tar.

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