diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-08 00:42:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-08 00:42:15 +0200 |
commit | 90ad4ba9db2927d6b616993cc27274bbc17d51a9 (patch) | |
tree | e9f88a91d273344022cb443ec11378b3d18326ac /networking | |
parent | dbbc3f2e644c38e9b4993a674269478792195127 (diff) | |
download | busybox-90ad4ba9db2927d6b616993cc27274bbc17d51a9.tar.gz |
ipcalc,rdev: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ipcalc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ipcalc.c b/networking/ipcalc.c index 9888a6ff2..4f192e0a5 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c @@ -31,7 +31,7 @@ //config: Adds the options hostname, prefix and silent to the output of //config: "ipcalc". -//applet:IF_IPCALC(APPLET(ipcalc, BB_DIR_BIN, BB_SUID_DROP)) +//applet:IF_IPCALC(APPLET_NOEXEC(ipcalc, ipcalc, BB_DIR_BIN, BB_SUID_DROP, ipcalc)) //kbuild:lib-$(CONFIG_IPCALC) += ipcalc.o |