runlevel: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6bec24c4f5
commit
83d7785e41
2 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue