diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-08-16 14:32:59 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-08-16 14:33:00 -0700 |
commit | 2be5338a84f19b24b6515c0bfcf2f3f7b55262c1 (patch) | |
tree | bbe06c96de4f88b1cc484bc33f2e967403fab014 /rootdir | |
parent | edb2d634b35ec1b0268ac7d9ddab8c8fc082a14e (diff) | |
parent | 885342a0f2c834a6b680284047c47c9d04b32565 (diff) | |
download | system_core-2be5338a84f19b24b6515c0bfcf2f3f7b55262c1.zip system_core-2be5338a84f19b24b6515c0bfcf2f3f7b55262c1.tar.gz system_core-2be5338a84f19b24b6515c0bfcf2f3f7b55262c1.tar.bz2 |
Merge "Multi-user external storage support." into jb-mr1-dev
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 4c20ec1..5a31a8e 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -128,6 +128,8 @@ on fs on post-fs # once everything is setup, no need to modify / mount rootfs rootfs / ro remount + # mount shared so changes propagate into child namespaces + mount rootfs rootfs / shared rec # We chown/chmod /cache again so because mount is run as root + defaults chown system cache /cache |