diff options
| author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-01-21 08:45:31 -0800 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2013-01-21 08:45:31 -0800 |
| commit | 674a79d65011020c7a366b8fa9924f3bce72f72c (patch) | |
| tree | 8cd385ce24229ee62975a8e339ebb7d0bb19e112 | |
| parent | aea2556dd6e175a162a3021972ef00ef4c5305bf (diff) | |
| parent | 7cc503720f1a8a6aa9481c5f9fd4552bc463a501 (diff) | |
| download | system_core-674a79d65011020c7a366b8fa9924f3bce72f72c.tar.gz system_core-674a79d65011020c7a366b8fa9924f3bce72f72c.tar.bz2 system_core-674a79d65011020c7a366b8fa9924f3bce72f72c.zip | |
Merge "Revert "init.rc: Create /storage mountpoint so Dalvik can mark as slave in zygotes"" into cm-10.1
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 9a48fade..c344ffe2 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -60,8 +60,6 @@ loglevel 3 # See storage config details at http://source.android.com/tech/storage/ mkdir /mnt/shell 0700 shell shell 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 # Directory for putting things only root should see. mkdir /mnt/secure 0700 root root |
