commit | a02ff986fc0fe5543bb2168814eee04eac8ef579 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Apr 26 18:10:21 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Thu Apr 26 18:10:21 2012 -0700 |
tree | 9dce7e049769aa824deff68534a83cdc56c967d6 | |
parent | 5b3eb07ed730f9765c93afcb7f49559c212fe533 [diff] | |
parent | b6ee25e3ad4cffa2b0f5bb734df4b503e1e367ba [diff] |
Merge "init: Add noexec mount option"
diff --git a/init/builtins.c b/init/builtins.c index 9aa2345..ad52b19 100644 --- a/init/builtins.c +++ b/init/builtins.c
@@ -273,6 +273,7 @@ unsigned flag; } mount_flags[] = { { "noatime", MS_NOATIME }, + { "noexec", MS_NOEXEC }, { "nosuid", MS_NOSUID }, { "nodev", MS_NODEV }, { "nodiratime", MS_NODIRATIME },