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/loadkmap.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/loadkmap.c')
-rw-r--r-- | console-tools/loadkmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 839dc2083..404aba1fb 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c | |||
@@ -14,7 +14,7 @@ | |||
14 | //config: This program loads a keyboard translation table from | 14 | //config: This program loads a keyboard translation table from |
15 | //config: standard input. | 15 | //config: standard input. |
16 | 16 | ||
17 | //applet:IF_LOADKMAP(APPLET(loadkmap, BB_DIR_SBIN, BB_SUID_DROP)) | 17 | //applet:IF_LOADKMAP(APPLET_NOEXEC(loadkmap, loadkmap, BB_DIR_SBIN, BB_SUID_DROP, loadkmap)) |
18 | 18 | ||
19 | //kbuild:lib-$(CONFIG_LOADKMAP) += loadkmap.o | 19 | //kbuild:lib-$(CONFIG_LOADKMAP) += loadkmap.o |
20 | 20 | ||