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

Commit 48196633 authored by Mike Kasick's avatar Mike Kasick
Browse files

Revert "init.rc: Create /storage mountpoint so Dalvik can mark as slave in zygotes"

No longer needed as Dalvik no longer marks /storage as slave in zygotes.

This reverts commit 4a8f70d1.

Change-Id: I0bfb86f2cc10ccdc10daa7419ac4d252c8dfbae8
parent 19b46a46
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -21,9 +21,6 @@ on early-init

# create mountpoints
    mkdir /mnt 0775 root system
    mkdir /storage 0050 root sdcard_r
    # Create mountpoint so Dalvik can mark as slave in zygotes.
    mount tmpfs tmpfs /storage mode=0050,uid=0,gid=1028

    # Allow system UID to setenforce and set booleans.
    chown system system /selinux/enforce
@@ -73,7 +70,6 @@ loglevel 3

    # See storage config details at http://source.android.com/tech/storage/
    mkdir /mnt/shell 0700 shell shell
    # Ensure permissions are set appropriately after device early-init.
    mkdir /storage 0050 root sdcard_r

    # Directory for putting things only root should see.