fatattr: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
fc9efcb53b
commit
354b104df1
@ -117,7 +117,7 @@ expr - leaks: nested allocs
|
|||||||
factor - runner (eats stdin if no params)
|
factor - runner (eats stdin if no params)
|
||||||
fakeidentd - daemon
|
fakeidentd - daemon
|
||||||
false - NOFORK
|
false - NOFORK
|
||||||
fatattr - leaks: open+xioctl, complex
|
fatattr - noexec. leaks: open+xioctl, complex
|
||||||
fbset - hardware, leaks: open+xfunc
|
fbset - hardware, leaks: open+xfunc
|
||||||
fbsplash - runner, longterm
|
fbsplash - runner, longterm
|
||||||
fdflush - hardware, leaks: open+ioctl_or_perror_and_die
|
fdflush - hardware, leaks: open+ioctl_or_perror_and_die
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
//config: help
|
//config: help
|
||||||
//config: fatattr lists or changes the file attributes on a fat file system.
|
//config: fatattr lists or changes the file attributes on a fat file system.
|
||||||
|
|
||||||
//applet:IF_FATATTR(APPLET(fatattr, BB_DIR_BIN, BB_SUID_DROP))
|
//applet:IF_FATATTR(APPLET_NOEXEC(fatattr, fatattr, BB_DIR_BIN, BB_SUID_DROP, fatattr))
|
||||||
|
|
||||||
//kbuild:lib-$(CONFIG_FATATTR) += fatattr.o
|
//kbuild:lib-$(CONFIG_FATATTR) += fatattr.o
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user