Skip to content
Snippets Groups Projects
Commit b6ee25e3 authored by Lars Svensson's avatar Lars Svensson Committed by Bjorn Andersson
Browse files

init: Add noexec mount option

Change-Id: Ic13d66797a86d38432e79af0c3387ce986d0a19f
parent 4b91e332
No related branches found
No related tags found
No related merge requests found
...@@ -273,6 +273,7 @@ static struct { ...@@ -273,6 +273,7 @@ static struct {
unsigned flag; unsigned flag;
} mount_flags[] = { } mount_flags[] = {
{ "noatime", MS_NOATIME }, { "noatime", MS_NOATIME },
{ "noexec", MS_NOEXEC },
{ "nosuid", MS_NOSUID }, { "nosuid", MS_NOSUID },
{ "nodev", MS_NODEV }, { "nodev", MS_NODEV },
{ "nodiratime", MS_NODIRATIME }, { "nodiratime", MS_NODIRATIME },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment