aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/chattr.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-05 20:38:04 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-05 20:38:04 +0200
commit99125c04950a7ba2ac90dc21c3d924fe9dd95651 (patch)
tree3b8e6fb6844dbe17031b836faf6d941b4b6ccb1f /e2fsprogs/chattr.c
parentd3147cd5c38d9f232a9e279562129157e871d1ee (diff)
downloadbusybox-w32-99125c04950a7ba2ac90dc21c3d924fe9dd95651.tar.gz
busybox-w32-99125c04950a7ba2ac90dc21c3d924fe9dd95651.tar.bz2
busybox-w32-99125c04950a7ba2ac90dc21c3d924fe9dd95651.zip
chattr,lsattr,tune2fs: make them NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/chattr.c')
-rw-r--r--e2fsprogs/chattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c
index bb870a990..76a5253b6 100644
--- a/e2fsprogs/chattr.c
+++ b/e2fsprogs/chattr.c
@@ -15,7 +15,7 @@
15//config: help 15//config: help
16//config: chattr changes the file attributes on a second extended file system. 16//config: chattr changes the file attributes on a second extended file system.
17 17
18//applet:IF_CHATTR(APPLET(chattr, BB_DIR_BIN, BB_SUID_DROP)) 18//applet:IF_CHATTR(APPLET_NOEXEC(chattr, chattr, BB_DIR_BIN, BB_SUID_DROP, chattr))
19 19
20//kbuild:lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o 20//kbuild:lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o
21 21