diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-04 17:59:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-04 17:59:46 +0200 |
commit | 83d7785e413bbfc4c639c855a6e47f64bdc5da9a (patch) | |
tree | be2cb6035dbf4f1c316893d41560587cd2a8d85e /miscutils | |
parent | 6bec24c4f5a2c853c10fd59a56d0d197b5e5fd64 (diff) | |
download | busybox-w32-83d7785e413bbfc4c639c855a6e47f64bdc5da9a.tar.gz busybox-w32-83d7785e413bbfc4c639c855a6e47f64bdc5da9a.tar.bz2 busybox-w32-83d7785e413bbfc4c639c855a6e47f64bdc5da9a.zip |
runlevel: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/runlevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 6b4742255..0b2098564 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -21,7 +21,7 @@ | |||
21 | //config: This applet uses utmp but does not rely on busybox supporing | 21 | //config: This applet uses utmp but does not rely on busybox supporing |
22 | //config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. | 22 | //config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. |
23 | 23 | ||
24 | //applet:IF_RUNLEVEL(APPLET(runlevel, BB_DIR_SBIN, BB_SUID_DROP)) | 24 | //applet:IF_RUNLEVEL(APPLET_NOEXEC(runlevel, runlevel, BB_DIR_SBIN, BB_SUID_DROP, runlevel)) |
25 | 25 | ||
26 | //kbuild:lib-$(CONFIG_RUNLEVEL) += runlevel.o | 26 | //kbuild:lib-$(CONFIG_RUNLEVEL) += runlevel.o |
27 | 27 | ||