Move dirname(1) to toybox.
Test: treehugger Change-Id: Ie1ffbfb900803940620dd11a7ed6bfda76bee86c
This commit is contained in:
@@ -84,7 +84,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"date": Allowed,
|
"date": Allowed,
|
||||||
"dd": Allowed,
|
"dd": Allowed,
|
||||||
"diff": Allowed,
|
"diff": Allowed,
|
||||||
"dirname": Allowed,
|
|
||||||
"du": Allowed,
|
"du": Allowed,
|
||||||
"echo": Allowed,
|
"echo": Allowed,
|
||||||
"egrep": Allowed,
|
"egrep": Allowed,
|
||||||
@@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{
|
|||||||
"cat": Toybox,
|
"cat": Toybox,
|
||||||
"cmp": Toybox,
|
"cmp": Toybox,
|
||||||
"comm": Toybox,
|
"comm": Toybox,
|
||||||
|
"dirname": Toybox,
|
||||||
"env": Toybox,
|
"env": Toybox,
|
||||||
"id": Toybox,
|
"id": Toybox,
|
||||||
"od": Toybox,
|
"od": Toybox,
|
||||||
|
Reference in New Issue
Block a user