diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-06 12:28:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-06 12:28:00 +0200 |
commit | 9a58cc0f7fbdf967c159588e0de5f3a8dfd87db5 (patch) | |
tree | f3bb7bed7119a7ae9617dd53eb5eed218139adee /networking | |
parent | ae17ba0924c9c0020a6455020e7841a12bd738d4 (diff) | |
download | busybox-w32-9a58cc0f7fbdf967c159588e0de5f3a8dfd87db5.tar.gz busybox-w32-9a58cc0f7fbdf967c159588e0de5f3a8dfd87db5.tar.bz2 busybox-w32-9a58cc0f7fbdf967c159588e0de5f3a8dfd87db5.zip |
tunctl: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/tunctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
24 | //config: Allow to specify owner and group of newly created interface. | 24 | //config: Allow to specify owner and group of newly created interface. |
25 | //config: 340 bytes of pure bloat. Say no here. | 25 | //config: 340 bytes of pure bloat. Say no here. |
26 | 26 | ||
27 | //applet:IF_TUNCTL(APPLET(tunctl, BB_DIR_SBIN, BB_SUID_DROP)) | 27 | //applet:IF_TUNCTL(APPLET_NOEXEC(tunctl, tunctl, BB_DIR_SBIN, BB_SUID_DROP, tunctl)) |
28 | 28 | ||
29 | //kbuild:lib-$(CONFIG_TUNCTL) += tunctl.o | 29 | //kbuild:lib-$(CONFIG_TUNCTL) += tunctl.o |
30 | 30 | ||