Switch to toybox getconf(1).

Test: treehugger
Change-Id: I7b43673b6a349116dd3e100f5e7eef704244e7ef
This commit is contained in:
Elliott Hughes
2019-01-11 13:29:17 -08:00
parent fa6c8a1426
commit c8a454c620

View File

@@ -85,7 +85,6 @@ var Configuration = map[string]PathConfig{
"egrep": Allowed,
"find": Allowed,
"fuser": Allowed,
"getconf": Allowed,
"getopt": Allowed,
"git": Allowed,
"grep": Allowed,
@@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
"env": Toybox,
"expr": Toybox,
"head": Toybox,
"getconf": Toybox,
"id": Toybox,
"ln": Toybox,
"ls": Toybox,