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:
Elliott Hughes
2019-06-19 14:02:02 -07:00
parent 2d10e3f54e
commit e671f5a397

View File

@@ -88,6 +88,7 @@ var Configuration = map[string]PathConfig{
"getopt": Allowed,
"git": Allowed,
"grep": Allowed,
"gzcat": Allowed,
"gzip": Allowed,
"hexdump": Allowed,
"jar": Allowed,