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 | |
parent | 39194f030918b87eeb3e11e94cfa05f575fb47b4 (diff) | |
download | busybox-72d725d7cc6d5cd8ad6c69f7efb3b7046931395b.tar.gz |
getopt: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-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 @@ //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 |