From 72d725d7cc6d5cd8ad6c69f7efb3b7046931395b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 3 Aug 2017 19:30:21 +0200 Subject: getopt: make it NOEXEC Signed-off-by: Denys Vlasenko --- util-linux/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/getopt.c') 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 -- cgit v1.2.3