From 86e07f6893cfe94a4a7c4aba4b643752808d4235 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Aug 2017 20:14:02 +0200 Subject: brctl: make it NOEXEC Signed-off-by: Denys Vlasenko --- networking/brctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/brctl.c') diff --git a/networking/brctl.c b/networking/brctl.c index 690791e4c..5d5f0af30 100644 --- a/networking/brctl.c +++ b/networking/brctl.c @@ -39,7 +39,7 @@ //config: Add support for option which prints the current config: //config: show -//applet:IF_BRCTL(APPLET(brctl, BB_DIR_USR_SBIN, BB_SUID_DROP)) +//applet:IF_BRCTL(APPLET_NOEXEC(brctl, brctl, BB_DIR_USR_SBIN, BB_SUID_DROP, brctl)) //kbuild:lib-$(CONFIG_BRCTL) += brctl.o -- cgit v1.2.3