diff options
| author | Lars Svensson <lars1.svensson@sonyericsson.com> | 2011-07-14 13:39:09 +0200 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-07-10 23:09:00 +0100 |
| commit | 165ee42f9d91cead78ecc353848bfbf899a4112a (patch) | |
| tree | 58d67565acce80e1eab01262c30d12246ada15cc /init/builtins.c | |
| parent | 5af16a29c54284377dc368e23bed32c9c295738a (diff) | |
| download | system_core-165ee42f9d91cead78ecc353848bfbf899a4112a.tar.gz system_core-165ee42f9d91cead78ecc353848bfbf899a4112a.tar.bz2 system_core-165ee42f9d91cead78ecc353848bfbf899a4112a.zip | |
init: Add noexec mount option
Change-Id: Ic13d66797a86d38432e79af0c3387ce986d0a19f
Diffstat (limited to 'init/builtins.c')
| -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 91e80b18..76cee2e1 100644 --- a/init/builtins.c +++ b/init/builtins.c @@ -392,6 +392,7 @@ static struct { unsigned flag; } mount_flags[] = { { "noatime", MS_NOATIME }, + { "noexec", MS_NOEXEC }, { "nosuid", MS_NOSUID }, { "nodev", MS_NODEV }, { "nodiratime", MS_NODIRATIME }, |
