diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 23:30:22 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 23:30:22 +0200 |
commit | dbbc3f2e644c38e9b4993a674269478792195127 (patch) | |
tree | dff4dfad0e89cc609ff9feb1ba4566dc8b33c5c1 /networking/udhcp | |
parent | af5d0086694b9c9b7cbf896e49e1997ec7039904 (diff) |
dumpleases: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/dumpleases.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c index dce9084b3..8aafc0d57 100644 --- a/networking/udhcp/dumpleases.c +++ b/networking/udhcp/dumpleases.c @@ -2,7 +2,7 @@ /* * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ -//applet:IF_DUMPLEASES(APPLET(dumpleases, BB_DIR_USR_BIN, BB_SUID_DROP)) +//applet:IF_DUMPLEASES(APPLET_NOEXEC(dumpleases, dumpleases, BB_DIR_USR_BIN, BB_SUID_DROP, dumpleases)) //kbuild:lib-$(CONFIG_DUMPLEASES) += dumpleases.o |