diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 22:31:51 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 22:31:51 +0200 |
commit | a907b828d6e9f1357fc2e1db09d3eb1d3fb9b826 (patch) | |
tree | a28f8ca96d8c996ef41fa76fb4976cc860fd0d96 /networking | |
parent | 93c1a25c59efa0e3848e17cb9bd1849646a0d4b1 (diff) | |
download | busybox-a907b828d6e9f1357fc2e1db09d3eb1d3fb9b826.tar.gz |
ifenslave: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ifenslave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 7e6a8b1c4..a845c4e7e 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 |