runlevel: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
//config: This applet uses utmp but does not rely on busybox supporing
|
||||
//config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc.
|
||||
|
||||
//applet:IF_RUNLEVEL(APPLET(runlevel, BB_DIR_SBIN, BB_SUID_DROP))
|
||||
//applet:IF_RUNLEVEL(APPLET_NOEXEC(runlevel, runlevel, BB_DIR_SBIN, BB_SUID_DROP, runlevel))
|
||||
|
||||
//kbuild:lib-$(CONFIG_RUNLEVEL) += runlevel.o
|
||||
|
||||
|
Reference in New Issue
Block a user