diff options
| author | Lars Svensson <lars1.svensson@sonyericsson.com> | 2011-07-14 13:39:09 +0200 |
|---|---|---|
| committer | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2012-04-23 13:27:48 -0700 |
| commit | b6ee25e3ad4cffa2b0f5bb734df4b503e1e367ba (patch) | |
| tree | 59a34e0623da8d470d8011d79b638997fac3de3c /init | |
| parent | 4b91e3328c79383bcebed982ce536046ea316456 (diff) | |
| download | system_core-b6ee25e3ad4cffa2b0f5bb734df4b503e1e367ba.tar.gz system_core-b6ee25e3ad4cffa2b0f5bb734df4b503e1e367ba.tar.bz2 system_core-b6ee25e3ad4cffa2b0f5bb734df4b503e1e367ba.zip | |
init: Add noexec mount option
Change-Id: Ic13d66797a86d38432e79af0c3387ce986d0a19f
Diffstat (limited to 'init')
| -rw-r--r-- | init/builtins.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/builtins.c b/init/builtins.c index 9aa2345e..ad52b198 100644 --- a/init/builtins.c +++ b/init/builtins.c @@ -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 }, |
