raidautorun: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
//config: raidautorun tells the kernel md driver to
|
||||
//config: search and start RAID arrays.
|
||||
|
||||
//applet:IF_RAIDAUTORUN(APPLET(raidautorun, BB_DIR_SBIN, BB_SUID_DROP))
|
||||
//applet:IF_RAIDAUTORUN(APPLET_NOEXEC(raidautorun, raidautorun, BB_DIR_SBIN, BB_SUID_DROP, raidautorun))
|
||||
|
||||
//kbuild:lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o
|
||||
|
||||
|
Reference in New Issue
Block a user