Merge "Revert "Switch to toybox tar.""
This commit is contained in:
commit
ba9a51979d
|
@ -103,6 +103,7 @@ 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,7 +165,6 @@ 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,
|
||||||
|
|
Loading…
Reference in New Issue