Reland "Switch to toybox tar."

This reverts commit afeb6cb817.

Change-Id: I67733254fd7edad51ac3fbb18c929b109e86d32e
This commit is contained in:
Elliott Hughes
2019-07-12 15:57:33 +00:00
parent afeb6cb817
commit a6d1d373ae

View File

@@ -102,7 +102,6 @@ var Configuration = map[string]PathConfig{
"realpath": Allowed, "realpath": Allowed,
"rsync": Allowed, "rsync": Allowed,
"sh": Allowed, "sh": Allowed,
"tar": Allowed,
"tr": Allowed, "tr": Allowed,
"unzip": Allowed, "unzip": Allowed,
"zip": Allowed, "zip": Allowed,
@@ -164,6 +163,7 @@ var Configuration = map[string]PathConfig{
"sort": LinuxOnlyPrebuilt, "sort": LinuxOnlyPrebuilt,
"stat": LinuxOnlyPrebuilt, "stat": LinuxOnlyPrebuilt,
"tail": LinuxOnlyPrebuilt, "tail": LinuxOnlyPrebuilt,
"tar": LinuxOnlyPrebuilt,
"tee": LinuxOnlyPrebuilt, "tee": LinuxOnlyPrebuilt,
"timeout": LinuxOnlyPrebuilt, "timeout": LinuxOnlyPrebuilt,
"touch": LinuxOnlyPrebuilt, "touch": LinuxOnlyPrebuilt,