Revert "Switch to toybox tar."
This reverts commit 3b584b7861
.
Reason for revert: missing --mode.
Change-Id: I0cde94c38905e26c79c31a03fd0177d7d57daa32
This commit is contained in:
parent
3b584b7861
commit
afeb6cb817
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue