Merge "Move dirname(1) to toybox."
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user