Allow gzcat as an alias for gzip's -dc mode.
This gets us closer to toybox tar (and toybox gzip/gzcat). Test: treehugger Change-Id: If934270439b258eae55cdd3e97ac0e83b1c79c70
This commit is contained in:
@@ -88,6 +88,7 @@ var Configuration = map[string]PathConfig{
|
||||
"getopt": Allowed,
|
||||
"git": Allowed,
|
||||
"grep": Allowed,
|
||||
"gzcat": Allowed,
|
||||
"gzip": Allowed,
|
||||
"hexdump": Allowed,
|
||||
"jar": Allowed,
|
||||
|
Reference in New Issue
Block a user