Move setsid(1) to toybox.
Test: treehugger Change-Id: I8caf9dbbb671218379c309e698f23e7c964f1a18
This commit is contained in:
parent
ddefe27f12
commit
5728fb536f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue