Merge "Reland "Switch to toybox tar.""

This commit is contained in:
Treehugger Robot 2019-07-23 02:08:40 +00:00 committed by Gerrit Code Review
commit 1ecfa940d1
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,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,
@ -166,6 +165,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,