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

This commit is contained in:
Elliott Hughes 2019-07-31 16:55:43 +00:00 committed by Gerrit Code Review
commit 521602194b
1 changed files with 3 additions and 3 deletions

View File

@ -79,13 +79,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,
@ -132,9 +130,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,