diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-03 19:30:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-03 19:30:21 +0200 |
commit | 72d725d7cc6d5cd8ad6c69f7efb3b7046931395b (patch) | |
tree | d27e4510693b6e1476c30ce02034c5e6969844fa /util-linux/getopt.c | |
parent | 39194f030918b87eeb3e11e94cfa05f575fb47b4 (diff) | |
download | busybox-w32-72d725d7cc6d5cd8ad6c69f7efb3b7046931395b.tar.gz busybox-w32-72d725d7cc6d5cd8ad6c69f7efb3b7046931395b.tar.bz2 busybox-w32-72d725d7cc6d5cd8ad6c69f7efb3b7046931395b.zip |
getopt: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | util-linux/getopt.c | 2 |
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 @@ | |||
47 | //config: help | 47 | //config: help |
48 | //config: Enable support for long options (option -l). | 48 | //config: Enable support for long options (option -l). |
49 | 49 | ||
50 | //applet:IF_GETOPT(APPLET(getopt, BB_DIR_BIN, BB_SUID_DROP)) | 50 | //applet:IF_GETOPT(APPLET_NOEXEC(getopt, getopt, BB_DIR_BIN, BB_SUID_DROP, getopt)) |
51 | 51 | ||
52 | //kbuild:lib-$(CONFIG_GETOPT) += getopt.o | 52 | //kbuild:lib-$(CONFIG_GETOPT) += getopt.o |
53 | 53 | ||