am a02ff986: Merge "init: Add noexec mount option"

* commit 'a02ff986fc0fe5543bb2168814eee04eac8ef579':
  init: Add noexec mount option
This commit is contained in:
Colin Cross 2012-04-27 00:18:26 -07:00 committed by Android Git Automerger
commit 647536359f

View file

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