Merge "Switch to toybox egrep(1) and grep(1)."
This commit is contained in:
commit
521602194b
|
@ -79,13 +79,11 @@ var Configuration = map[string]PathConfig{
|
||||||
"dd": Allowed,
|
"dd": Allowed,
|
||||||
"diff": Allowed,
|
"diff": Allowed,
|
||||||
"dlv": Allowed,
|
"dlv": Allowed,
|
||||||
"egrep": Allowed,
|
|
||||||
"expr": Allowed,
|
"expr": Allowed,
|
||||||
"find": Allowed,
|
"find": Allowed,
|
||||||
"fuser": Allowed,
|
"fuser": Allowed,
|
||||||
"getopt": Allowed,
|
"getopt": Allowed,
|
||||||
"git": Allowed,
|
"git": Allowed,
|
||||||
"grep": Allowed,
|
|
||||||
"gzcat": Allowed,
|
"gzcat": Allowed,
|
||||||
"gzip": Allowed,
|
"gzip": Allowed,
|
||||||
"hexdump": Allowed,
|
"hexdump": Allowed,
|
||||||
|
@ -132,9 +130,11 @@ var Configuration = map[string]PathConfig{
|
||||||
"dirname": LinuxOnlyPrebuilt,
|
"dirname": LinuxOnlyPrebuilt,
|
||||||
"du": LinuxOnlyPrebuilt,
|
"du": LinuxOnlyPrebuilt,
|
||||||
"echo": LinuxOnlyPrebuilt,
|
"echo": LinuxOnlyPrebuilt,
|
||||||
|
"egrep": LinuxOnlyPrebuilt,
|
||||||
"env": LinuxOnlyPrebuilt,
|
"env": LinuxOnlyPrebuilt,
|
||||||
"head": LinuxOnlyPrebuilt,
|
|
||||||
"getconf": LinuxOnlyPrebuilt,
|
"getconf": LinuxOnlyPrebuilt,
|
||||||
|
"grep": LinuxOnlyPrebuilt,
|
||||||
|
"head": LinuxOnlyPrebuilt,
|
||||||
"hostname": LinuxOnlyPrebuilt,
|
"hostname": LinuxOnlyPrebuilt,
|
||||||
"id": LinuxOnlyPrebuilt,
|
"id": LinuxOnlyPrebuilt,
|
||||||
"ln": LinuxOnlyPrebuilt,
|
"ln": LinuxOnlyPrebuilt,
|
||||||
|
|
Loading…
Reference in New Issue