Move setsid(1) to toybox.

Test: treehugger
Change-Id: I8caf9dbbb671218379c309e698f23e7c964f1a18
This commit is contained in:
Elliott Hughes 2018-11-27 09:26:43 -08:00
parent ddefe27f12
commit 5728fb536f
1 changed files with 1 additions and 1 deletions

View File

@ -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,