Merge "Move dirname(1) to toybox."

This commit is contained in:
Treehugger Robot 2018-12-07 02:31:38 +00:00 committed by Gerrit Code Review
commit d28d0ec119

View file

@ -84,7 +84,6 @@ var Configuration = map[string]PathConfig{
"date": Allowed,
"dd": Allowed,
"diff": Allowed,
"dirname": Allowed,
"du": Allowed,
"echo": Allowed,
"egrep": Allowed,
@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{
"cat": Toybox,
"cmp": Toybox,
"comm": Toybox,
"dirname": Toybox,
"env": Toybox,
"id": Toybox,
"od": Toybox,