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

Commit b0d8b26e authored by Luis Hector Chavez's avatar Luis Hector Chavez Committed by android-build-merger
Browse files

Merge "init.rc: Remount / with MS_REMOUNT|MS_BIND" am: 00857608 am: c37d8595

am: 655d6d54

Change-Id: Idb18188ad9b3b667411d428ae616498748b8281a
parents ff13ac62 655d6d54
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -318,8 +318,9 @@ on post-fs
    start hwservicemanager
    start vndservicemanager

    # once everything is setup, no need to modify /
    mount rootfs rootfs / ro remount
    # Once everything is setup, no need to modify /.
    # The bind+ro combination avoids modifying any other mount flags.
    mount rootfs rootfs / remount bind ro
    # Mount shared so changes propagate into child namespaces
    mount rootfs rootfs / shared rec
    # Mount default storage into root namespace