diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-09 18:52:19 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-09 18:52:19 +0200 |
| commit | a4d4ab04c3706af1cb2f65fb00c96d3ccba1020c (patch) | |
| tree | 58cea649f7d923f07494b8598666126610f15c22 /networking | |
| parent | 9be166b5dd5161ea537d662660cc0142aa2db92b (diff) | |
| download | busybox-a4d4ab04c3706af1cb2f65fb00c96d3ccba1020c.tar.gz | |
vconfig: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
| -rw-r--r-- | networking/vconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/vconfig.c b/networking/vconfig.c index e6e2872bf..62a483865 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c @@ -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 |
