From 9a58cc0f7fbdf967c159588e0de5f3a8dfd87db5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Aug 2017 12:28:00 +0200 Subject: tunctl: make it NOEXEC Signed-off-by: Denys Vlasenko --- networking/tunctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/tunctl.c') diff --git a/networking/tunctl.c b/networking/tunctl.c index 0a26ff7fb..4c3220025 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c @@ -24,7 +24,7 @@ //config: Allow to specify owner and group of newly created interface. //config: 340 bytes of pure bloat. Say no here. -//applet:IF_TUNCTL(APPLET(tunctl, BB_DIR_SBIN, BB_SUID_DROP)) +//applet:IF_TUNCTL(APPLET_NOEXEC(tunctl, tunctl, BB_DIR_SBIN, BB_SUID_DROP, tunctl)) //kbuild:lib-$(CONFIG_TUNCTL) += tunctl.o -- cgit v1.2.3