init: Add noexec mount option

Change-Id: Ic13d66797a86d38432e79af0c3387ce986d0a19f
This commit is contained in:
Lars Svensson 2011-07-14 13:39:09 +02:00 committed by Bjorn Andersson
parent 4b91e3328c
commit b6ee25e3ad

View file

@ -273,6 +273,7 @@ static struct {
unsigned flag;
} mount_flags[] = {
{ "noatime", MS_NOATIME },
{ "noexec", MS_NOEXEC },
{ "nosuid", MS_NOSUID },
{ "nodev", MS_NODEV },
{ "nodiratime", MS_NODIRATIME },