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

Commit faaa65d8 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Move setsid(1) to toybox."

am: 314d8c14

Change-Id: I843298fc4467bd78ea006b1df5be4f6e7767b8e8
parents 79268427 314d8c14
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,