diff options
author | Denys Vlasenko | 2017-08-09 19:24:19 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-09 19:24:19 +0200 |
commit | c6ce1c9ca3e20ad8441a5aa2f3bda4f57180224e (patch) | |
tree | 574561a562d50a152692761f3fbb1c5b90e86498 /util-linux/ipcrm.c | |
parent | 7943be1e13d6c09f2adda5e954d56ff019a79008 (diff) | |
download | busybox-c6ce1c9ca3e20ad8441a5aa2f3bda4f57180224e.zip busybox-c6ce1c9ca3e20ad8441a5aa2f3bda4f57180224e.tar.gz |
ipcrm,ipcs: make them NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/ipcrm.c')
-rw-r--r-- | util-linux/ipcrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index fa1159f..a93ceee 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c @@ -15,7 +15,7 @@ //config: communication (IPC) objects and the associated data structures //config: from the system. -//applet:IF_IPCRM(APPLET(ipcrm, BB_DIR_USR_BIN, BB_SUID_DROP)) +//applet:IF_IPCRM(APPLET_NOEXEC(ipcrm, ipcrm, BB_DIR_USR_BIN, BB_SUID_DROP, ipcrm)) //kbuild:lib-$(CONFIG_IPCRM) += ipcrm.o |