raidautorun: make it NOEXEC

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-08-06 19:08:46 +02:00
parent 1b280e4652
commit a894a4bedd
2 changed files with 3 additions and 3 deletions

View File

@@ -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