From 481966331bb64fbd7e19d4b22d16dc59468faa8a Mon Sep 17 00:00:00 2001 From: Mike Kasick Date: Sat, 31 Aug 2013 15:54:13 -0400 Subject: [PATCH] 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 4a8f70d11b225fbf56aca6e494f4de35fc727dc7. Change-Id: I0bfb86f2cc10ccdc10daa7419ac4d252c8dfbae8 --- rootdir/init.rc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 8618e804f07..1f635c9c899 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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.