df: make NOEXEC

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-08-07 22:19:17 +02:00
parent 76b65624b9
commit fc9efcb53b
2 changed files with 3 additions and 3 deletions

View File

@ -92,8 +92,8 @@ deallocvt - noexec. leaks: get_console_fd_or_die() may open a new fd, or return
delgroup - noexec. leaks
deluser - noexec. leaks
depmod - longterm(ish)
devmem - runner, complex (access to device memory may hang)
df - leaks: nested allocs
devmem - hardware (access to device memory may hang)
df - noexec. leaks: nested allocs
dhcprelay - daemon
diff - runner
dirname - NOFORK

View File

@ -33,7 +33,7 @@
//config: -i Inodes
//config: -B <SIZE> Blocksize
//applet:IF_DF(APPLET(df, BB_DIR_BIN, BB_SUID_DROP))
//applet:IF_DF(APPLET_NOEXEC(df, df, BB_DIR_BIN, BB_SUID_DROP, df))
//kbuild:lib-$(CONFIG_DF) += df.o