Merge "init: Add noexec mount option"

This commit is contained in:
Colin Cross 2012-04-26 18:10:21 -07:00 committed by android code review
commit a02ff986fc

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 },