aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-03 19:30:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-03 19:30:21 +0200
commit72d725d7cc6d5cd8ad6c69f7efb3b7046931395b (patch)
treed27e4510693b6e1476c30ce02034c5e6969844fa /util-linux/getopt.c
parent39194f030918b87eeb3e11e94cfa05f575fb47b4 (diff)
downloadbusybox-72d725d7cc6d5cd8ad6c69f7efb3b7046931395b.tar.gz
getopt: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r--util-linux/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index cf1bc592f..5fe0da7cd 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -47,7 +47,7 @@
//config: help
//config: Enable support for long options (option -l).
-//applet:IF_GETOPT(APPLET(getopt, BB_DIR_BIN, BB_SUID_DROP))
+//applet:IF_GETOPT(APPLET_NOEXEC(getopt, getopt, BB_DIR_BIN, BB_SUID_DROP, getopt))
//kbuild:lib-$(CONFIG_GETOPT) += getopt.o