Switch to toybox egrep(1) and grep(1).

Test: treehugger
Change-Id: I9053f45d591a8cb53eb36e258ecb97b591d806a1
This commit is contained in:
Elliott Hughes
2019-02-19 11:55:37 -08:00
parent bc53fefd6a
commit c5a34551e1

View File

@@ -82,13 +82,11 @@ var Configuration = map[string]PathConfig{
"dd": Allowed,
"diff": Allowed,
"dlv": Allowed,
"egrep": Allowed,
"expr": Allowed,
"find": Allowed,
"fuser": Allowed,
"getopt": Allowed,
"git": Allowed,
"grep": Allowed,
"gzcat": Allowed,
"gzip": Allowed,
"hexdump": Allowed,
@@ -136,9 +134,11 @@ var Configuration = map[string]PathConfig{
"dirname": LinuxOnlyPrebuilt,
"du": LinuxOnlyPrebuilt,
"echo": LinuxOnlyPrebuilt,
"egrep": LinuxOnlyPrebuilt,
"env": LinuxOnlyPrebuilt,
"head": LinuxOnlyPrebuilt,
"getconf": LinuxOnlyPrebuilt,
"grep": LinuxOnlyPrebuilt,
"head": LinuxOnlyPrebuilt,
"hostname": LinuxOnlyPrebuilt,
"id": LinuxOnlyPrebuilt,
"ln": LinuxOnlyPrebuilt,