From 165ee42f9d91cead78ecc353848bfbf899a4112a Mon Sep 17 00:00:00 2001 From: Lars Svensson Date: Thu, 14 Jul 2011 13:39:09 +0200 Subject: init: Add noexec mount option Change-Id: Ic13d66797a86d38432e79af0c3387ce986d0a19f --- init/builtins.c | 1 + 1 file changed, 1 insertion(+) (limited to 'init') 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 }, -- cgit v1.2.3