df: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user