[git commit] ifenslave: make NOEXEC

Denys Vlasenko vda.linux at googlemail.com
Mon Aug 7 20:31:51 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=a907b828d6e9f1357fc2e1db09d3eb1d3fb9b826
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/ifenslave.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/networking/ifenslave.c b/networking/ifenslave.c
index 7e6a8b1..a845c4e 100644
--- a/networking/ifenslave.c
+++ b/networking/ifenslave.c
@@ -105,7 +105,7 @@
 //config:	Userspace application to bind several interfaces
 //config:	to a logical interface (use with kernel bonding driver).
 
-//applet:IF_IFENSLAVE(APPLET(ifenslave, BB_DIR_SBIN, BB_SUID_DROP))
+//applet:IF_IFENSLAVE(APPLET_NOEXEC(ifenslave, ifenslave, BB_DIR_SBIN, BB_SUID_DROP, ifenslave))
 
 //kbuild:lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o
 


More information about the busybox-cvs mailing list