vconfig: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
//config: help
|
||||
//config: Creates, removes, and configures VLAN interfaces
|
||||
|
||||
//applet:IF_VCONFIG(APPLET(vconfig, BB_DIR_SBIN, BB_SUID_DROP))
|
||||
//applet:IF_VCONFIG(APPLET_NOEXEC(vconfig, vconfig, BB_DIR_SBIN, BB_SUID_DROP, vconfig))
|
||||
|
||||
//kbuild:lib-$(CONFIG_VCONFIG) += vconfig.o
|
||||
|
||||
|
Reference in New Issue
Block a user