Move mkdir(1) to toybox.
Test: treehugger Change-Id: I5fcbf33acb93cdc279a900586b96e0232c4aea87
This commit is contained in:
@@ -105,7 +105,6 @@ var Configuration = map[string]PathConfig{
|
||||
"lsof": Allowed,
|
||||
"m4": Allowed,
|
||||
"md5sum": Allowed,
|
||||
"mkdir": Allowed,
|
||||
"mktemp": Allowed,
|
||||
"mv": Allowed,
|
||||
"openssl": Allowed,
|
||||
@@ -163,6 +162,7 @@ var Configuration = map[string]PathConfig{
|
||||
"env": Toybox,
|
||||
"head": Toybox,
|
||||
"id": Toybox,
|
||||
"mkdir": Toybox,
|
||||
"od": Toybox,
|
||||
"paste": Toybox,
|
||||
"pwd": Toybox,
|
||||
|
Reference in New Issue
Block a user