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

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

Merge "init.rc: Mount /mnt with nodev,nosuid,noexec" am: 6698482c am: 0802d456

am: cfd9a3af

Change-Id: I9be6cffa4deb4df7c4b781e2900d7fa79fd558ca
parents 7f8e3d80 cfd9a3af
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -82,7 +82,7 @@ on init


    # Mount staging areas for devices managed by vold
    # Mount staging areas for devices managed by vold
    # See storage config details at http://source.android.com/tech/storage/
    # See storage config details at http://source.android.com/tech/storage/
    mount tmpfs tmpfs /mnt mode=0755,uid=0,gid=1000
    mount tmpfs tmpfs /mnt nodev noexec nosuid mode=0755,uid=0,gid=1000
    restorecon_recursive /mnt
    restorecon_recursive /mnt


    mount configfs none /config nodev noexec nosuid
    mount configfs none /config nodev noexec nosuid