Merge "Switch to toybox rm(1)."
This commit is contained in:
@@ -108,7 +108,6 @@ var Configuration = map[string]PathConfig{
|
||||
"python2.7": Allowed,
|
||||
"python3": Allowed,
|
||||
"realpath": Allowed,
|
||||
"rm": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sed": Allowed,
|
||||
"sh": Allowed,
|
||||
@@ -162,6 +161,7 @@ var Configuration = map[string]PathConfig{
|
||||
"paste": Toybox,
|
||||
"pwd": Toybox,
|
||||
"readlink": Toybox,
|
||||
"rm": Toybox,
|
||||
"rmdir": Toybox,
|
||||
"setsid": Toybox,
|
||||
"sleep": Toybox,
|
||||
|
Reference in New Issue
Block a user