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

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

Reland "Switch to toybox tar."

This reverts commit afeb6cb8.

Change-Id: I67733254fd7edad51ac3fbb18c929b109e86d32e
parent afeb6cb8
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,