aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-04 20:07:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-04 20:07:19 +0200
commit692eeb81a4c54d7d8bf0d2e370c12762b2a16ff7 (patch)
treec784fe7b053a577ffa4c80373516ace4a1407d91 /coreutils/stty.c
parent5c527dc57e74c1b60c910dc1a3f3ec9683fca43d (diff)
downloadbusybox-692eeb81a4c54d7d8bf0d2e370c12762b2a16ff7.tar.gz
stty: make in NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r--coreutils/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index f987fbbcf..d09f0e453 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -25,7 +25,7 @@
//config: help
//config: stty is used to change and print terminal line settings.
-//applet:IF_STTY(APPLET(stty, BB_DIR_BIN, BB_SUID_DROP))
+//applet:IF_STTY(APPLET_NOEXEC(stty, stty, BB_DIR_BIN, BB_SUID_DROP, stty))
//kbuild:lib-$(CONFIG_STTY) += stty.o