diff options
author | Denys Vlasenko | 2017-08-06 19:08:46 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-06 19:08:46 +0200 |
commit | a894a4beddf9c132556b001925ea3e8e0881e273 (patch) | |
tree | fa7f3aed5deacb55dd4283cebe5a8014b334779a /miscutils | |
parent | 1b280e46520420dad1ed1e985d11b7b2bea493e4 (diff) | |
download | busybox-a894a4beddf9c132556b001925ea3e8e0881e273.zip busybox-a894a4beddf9c132556b001925ea3e8e0881e273.tar.gz |
raidautorun: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/raidautorun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c index ecedf9c..caf6e08 100644 --- a/miscutils/raidautorun.c +++ b/miscutils/raidautorun.c @@ -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 |