fatattr: make NOEXEC
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 7 Aug 2017 20:21:54 +0000 (22:21 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 7 Aug 2017 20:21:54 +0000 (22:21 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
NOFORK_NOEXEC.lst
util-linux/fatattr.c

index 8580593cb32fd6106f58bd259bc196b9baa4f194..d7e60b44286f6d506753a4b0f68478955e561a8d 100644 (file)
@@ -117,7 +117,7 @@ expr - leaks: nested allocs
 factor - runner (eats stdin if no params)
 fakeidentd - daemon
 false - NOFORK
-fatattr - leaks: open+xioctl, complex
+fatattr - noexec. leaks: open+xioctl, complex
 fbset - hardware, leaks: open+xfunc
 fbsplash - runner, longterm
 fdflush - hardware, leaks: open+ioctl_or_perror_and_die
index 9fb566d5a8f29eb4f37c94fe1963d04c62e3977e..770b1d2f9a143fbca576112a6c2c4ddb0be220b1 100644 (file)
@@ -15,7 +15,7 @@
 //config:      help
 //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