Merge "Revert "Switch to toybox tar.""

This commit is contained in:
Treehugger Robot 2019-06-25 05:24:44 +00:00 committed by Gerrit Code Review
commit ba9a51979d
1 changed files with 1 additions and 1 deletions

View File

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