diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-05 02:02:31 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-05 02:02:31 +0200 |
commit | ff53bee72300ba97c645404a64c7091991ffa110 (patch) | |
tree | 9d02bf1799875859ab4d4ad3928f08fdbb7162d4 /console-tools/chvt.c | |
parent | fdb92359e47eee8ccd57092928cedccb28ce2f11 (diff) | |
download | busybox-w32-ff53bee72300ba97c645404a64c7091991ffa110.tar.gz busybox-w32-ff53bee72300ba97c645404a64c7091991ffa110.tar.bz2 busybox-w32-ff53bee72300ba97c645404a64c7091991ffa110.zip |
chvt, deallocvt, dumpkmap, fgconsole, loadkmap: make them NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools/chvt.c')
-rw-r--r-- | console-tools/chvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c index d8152de6b..75380a90b 100644 --- a/console-tools/chvt.c +++ b/console-tools/chvt.c | |||
@@ -14,7 +14,7 @@ | |||
14 | //config: This program is used to change to another terminal. | 14 | //config: This program is used to change to another terminal. |
15 | //config: Example: chvt 4 (change to terminal /dev/tty4) | 15 | //config: Example: chvt 4 (change to terminal /dev/tty4) |
16 | 16 | ||
17 | //applet:IF_CHVT(APPLET(chvt, BB_DIR_USR_BIN, BB_SUID_DROP)) | 17 | //applet:IF_CHVT(APPLET_NOEXEC(chvt, chvt, BB_DIR_USR_BIN, BB_SUID_DROP, chvt)) |
18 | 18 | ||
19 | //kbuild:lib-$(CONFIG_CHVT) += chvt.o | 19 | //kbuild:lib-$(CONFIG_CHVT) += chvt.o |
20 | 20 | ||