Merge "Move env(1) to toybox."

This commit is contained in:
Elliott Hughes 2018-11-16 16:20:02 +00:00 committed by Gerrit Code Review
commit 6028c3bdf4

View file

@ -90,7 +90,6 @@ var Configuration = map[string]PathConfig{
"du": Allowed,
"echo": Allowed,
"egrep": Allowed,
"env": Allowed,
"expr": Allowed,
"find": Allowed,
"fuser": Allowed,
@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{
// On linux we'll use the toybox version of these instead
"cat": Toybox,
"comm": Toybox,
"env": Toybox,
"id": Toybox,
"sleep": Toybox,
"true": Toybox,