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-w32-90ad4ba9db2927d6b616993cc27274bbc17d51a9.tar.gz busybox-w32-90ad4ba9db2927d6b616993cc27274bbc17d51a9.tar.bz2 busybox-w32-90ad4ba9db2927d6b616993cc27274bbc17d51a9.zip |
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 @@ | |||
31 | //config: Adds the options hostname, prefix and silent to the output of | 31 | //config: Adds the options hostname, prefix and silent to the output of |
32 | //config: "ipcalc". | 32 | //config: "ipcalc". |
33 | 33 | ||
34 | //applet:IF_IPCALC(APPLET(ipcalc, BB_DIR_BIN, BB_SUID_DROP)) | 34 | //applet:IF_IPCALC(APPLET_NOEXEC(ipcalc, ipcalc, BB_DIR_BIN, BB_SUID_DROP, ipcalc)) |
35 | 35 | ||
36 | //kbuild:lib-$(CONFIG_IPCALC) += ipcalc.o | 36 | //kbuild:lib-$(CONFIG_IPCALC) += ipcalc.o |
37 | 37 | ||