diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-05 20:38:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-05 20:38:04 +0200 |
commit | 99125c04950a7ba2ac90dc21c3d924fe9dd95651 (patch) | |
tree | 3b8e6fb6844dbe17031b836faf6d941b4b6ccb1f /e2fsprogs/lsattr.c | |
parent | d3147cd5c38d9f232a9e279562129157e871d1ee (diff) | |
download | busybox-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/lsattr.c')
-rw-r--r-- | e2fsprogs/lsattr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c index 756d26832..56c1187c1 100644 --- a/e2fsprogs/lsattr.c +++ b/e2fsprogs/lsattr.c | |||
@@ -16,7 +16,8 @@ | |||
16 | //config: help | 16 | //config: help |
17 | //config: lsattr lists the file attributes on a second extended file system. | 17 | //config: lsattr lists the file attributes on a second extended file system. |
18 | 18 | ||
19 | //applet:IF_LSATTR(APPLET(lsattr, BB_DIR_BIN, BB_SUID_DROP)) | 19 | //applet:IF_LSATTR(APPLET_NOEXEC(lsattr, lsattr, BB_DIR_BIN, BB_SUID_DROP, lsattr)) |
20 | /* ls is NOEXEC, so we should be too! ;) */ | ||
20 | 21 | ||
21 | //kbuild:lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o | 22 | //kbuild:lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o |
22 | 23 | ||