busybox/runit
Denys Vlasenko 5c527dc57e make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec
The applets with "<applet> [opts] PROG ARGS" API very quickly exec
another program, noexec is okay for them:

 chpst/envdir/envuidgid/softlimit/setuidgid
 chroot
 chrt
 ionice
 nice
 nohup
 setarch/linux32/linux64
 taskset
 cttyhack

"reset" and "sulogin" applets don't have this form, but also exec
another program at once, thus made noexec too.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-08-04 19:55:01 +02:00
..
chpst.c make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec 2017-08-04 19:55:01 +02:00
Config.src runit/*: convert to new-style "one file" applets 2015-10-19 00:41:28 +02:00
Kbuild.src runit/*: convert to new-style "one file" applets 2015-10-19 00:41:28 +02:00
runit_lib.h do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00
runsv.c do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00
runsvdir.c do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00
sv.c do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00
svlogd.c do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00