diff options
author | Denys Vlasenko | 2017-08-04 20:07:19 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-04 20:07:19 +0200 |
commit | 692eeb81a4c54d7d8bf0d2e370c12762b2a16ff7 (patch) | |
tree | c784fe7b053a577ffa4c80373516ace4a1407d91 /coreutils/stty.c | |
parent | 5c527dc57e74c1b60c910dc1a3f3ec9683fca43d (diff) | |
download | busybox-692eeb81a4c54d7d8bf0d2e370c12762b2a16ff7.zip busybox-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c index f987fbb..d09f0e4 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 |