stty: make in NOEXEC

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-08-04 20:07:19 +02:00
parent 5c527dc57e
commit 692eeb81a4
2 changed files with 4 additions and 4 deletions

View File

@ -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