diff options
-rw-r--r-- | NOFORK_NOEXEC.lst | 4 | ||||
-rw-r--r-- | networking/tunctl.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/NOFORK_NOEXEC.lst b/NOFORK_NOEXEC.lst index c605302d9..45b178ca8 100644 --- a/NOFORK_NOEXEC.lst +++ b/NOFORK_NOEXEC.lst | |||
@@ -182,7 +182,7 @@ ipneigh - noexec candidate | |||
182 | iproute - noexec candidate | 182 | iproute - noexec candidate |
183 | iprule - noexec candidate | 183 | iprule - noexec candidate |
184 | iptunnel - noexec candidate | 184 | iptunnel - noexec candidate |
185 | kbd_mode - leaks: xopen_nonblocking+xioctl | 185 | kbd_mode - noexec. leaks: xopen_nonblocking+xioctl |
186 | kill - NOFORK | 186 | kill - NOFORK |
187 | killall - NOFORK | 187 | killall - NOFORK |
188 | killall5 - NOFORK | 188 | killall5 - NOFORK |
@@ -365,7 +365,7 @@ true - NOFORK | |||
365 | truncate - NOFORK | 365 | truncate - NOFORK |
366 | tty - NOFORK | 366 | tty - NOFORK |
367 | ttysize - NOFORK | 367 | ttysize - NOFORK |
368 | tunctl | 368 | tunctl - noexec |
369 | tune2fs - noexec. leaks: open+xfunc | 369 | tune2fs - noexec. leaks: open+xfunc |
370 | ubiattach | 370 | ubiattach |
371 | ubidetach | 371 | ubidetach |
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 | ||