Merge "Move setsid(1) to toybox."
This commit is contained in:
@@ -126,7 +126,6 @@ var Configuration = map[string]PathConfig{
|
||||
"rm": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sed": Allowed,
|
||||
"setsid": Allowed,
|
||||
"sh": Allowed,
|
||||
"sha1sum": Allowed,
|
||||
"sha256sum": Allowed,
|
||||
@@ -170,6 +169,7 @@ var Configuration = map[string]PathConfig{
|
||||
"paste": Toybox,
|
||||
"pwd": Toybox,
|
||||
"rmdir": Toybox,
|
||||
"setsid": Toybox,
|
||||
"sleep": Toybox,
|
||||
"tail": Toybox,
|
||||
"tee": Toybox,
|
||||
|
Reference in New Issue
Block a user