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

Commit e884af14 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 7617b28f: am d2f9bf3a: Merge "Keep /mnt/secure private to default namespace." into jb-mr1-dev

* commit '7617b28f':
  Keep /mnt/secure private to default namespace.
parents f0118c72 7617b28f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ loglevel 3

    # Directory for putting things only root should see.
    mkdir /mnt/secure 0700 root root
    # Create private mountpoint so we can MS_MOVE from staging
    mount tmpfs tmpfs /mnt/secure mode=0700,uid=0,gid=0

    # Directory for staging bindmounts
    mkdir /mnt/secure/staging 0700 root root
@@ -135,6 +137,7 @@ on post-fs
    mount rootfs rootfs / ro remount
    # mount shared so changes propagate into child namespaces
    mount rootfs rootfs / shared rec
    mount tmpfs tmpfs /mnt/secure private rec

    # We chown/chmod /cache again so because mount is run as root + defaults
    chown system cache /cache