Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5728fb53 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move setsid(1) to toybox.

Test: treehugger
Change-Id: I8caf9dbbb671218379c309e698f23e7c964f1a18
parent ddefe27f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,