Merge "Switch to toybox tar."
This commit is contained in:
commit
9b74dfe96c
|
@ -103,7 +103,6 @@ var Configuration = map[string]PathConfig{
|
|||
"realpath": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sh": Allowed,
|
||||
"tar": Allowed,
|
||||
"tr": Allowed,
|
||||
"unzip": Allowed,
|
||||
"zip": Allowed,
|
||||
|
@ -165,6 +164,7 @@ var Configuration = map[string]PathConfig{
|
|||
"sort": LinuxOnlyPrebuilt,
|
||||
"stat": LinuxOnlyPrebuilt,
|
||||
"tail": LinuxOnlyPrebuilt,
|
||||
"tar": LinuxOnlyPrebuilt,
|
||||
"tee": LinuxOnlyPrebuilt,
|
||||
"timeout": LinuxOnlyPrebuilt,
|
||||
"touch": LinuxOnlyPrebuilt,
|
||||
|
|
Loading…
Reference in New Issue