Merge "Move rmdir(1) to toybox."
This commit is contained in:
commit
47ff60e136
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,6 @@ var Configuration = map[string]PathConfig{
|
|||
"readlink": Allowed,
|
||||
"realpath": Allowed,
|
||||
"rm": Allowed,
|
||||
"rmdir": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sed": Allowed,
|
||||
"setsid": Allowed,
|
||||
|
@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{
|
|||
"id": Toybox,
|
||||
"od": Toybox,
|
||||
"pwd": Toybox,
|
||||
"rmdir": Toybox,
|
||||
"sleep": Toybox,
|
||||
"tail": Toybox,
|
||||
"true": Toybox,
|
||||
|
|
Loading…
Reference in a new issue