Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58060661 authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am cf417693: am 64753635: am a02ff986: Merge "init: Add noexec mount option"

* commit 'cf417693':
  init: Add noexec mount option
parents 9385e3df cf417693
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -330,6 +330,7 @@ static struct {
    unsigned flag;
} mount_flags[] = {
    { "noatime",    MS_NOATIME },
    { "noexec",     MS_NOEXEC },
    { "nosuid",     MS_NOSUID },
    { "nodev",      MS_NODEV },
    { "nodiratime", MS_NODIRATIME },