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

* commit '647536359f8ea63330805cb77abbf2f101952daa':
  init: Add noexec mount option
This commit is contained in:
Colin Cross 2012-04-27 00:21:22 -07:00 committed by Android Git Automerger
commit cf41769375
1 changed files with 1 additions and 0 deletions

View File

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