Move rmdir(1) to toybox.
Test: treehugger Change-Id: Ibb43f09c0cfcda631025ef0fea4730519a3b6fe6
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user