Revert "Switch to toybox tar."

This reverts commit 3b584b7861.

Reason for revert: missing --mode.

Change-Id: I0cde94c38905e26c79c31a03fd0177d7d57daa32
This commit is contained in:
Elliott Hughes 2019-06-25 01:40:42 +00:00
parent 3b584b7861
commit afeb6cb817
1 changed files with 1 additions and 1 deletions

View File

@ -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,