diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-10-17 18:50:43 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-17 18:50:43 -0700 |
commit | fb7e395455c9a2acee13aaa527768558d0a58b7c (patch) | |
tree | b927a648da58d812307a7e04d34c59eabf885356 /rootdir | |
parent | 031120e807d2685765256fbed82e6ac59be5b858 (diff) | |
parent | 9b41f452013123d0a394e696f597467da73108ed (diff) | |
download | system_core-fb7e395455c9a2acee13aaa527768558d0a58b7c.zip system_core-fb7e395455c9a2acee13aaa527768558d0a58b7c.tar.gz system_core-fb7e395455c9a2acee13aaa527768558d0a58b7c.tar.bz2 |
am 9b41f452: am a9e453f1: Merge "vold no longer does MS_MOVE; remove tmpfs." into klp-dev
* commit '9b41f452013123d0a394e696f597467da73108ed':
vold no longer does MS_MOVE; remove tmpfs.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 564381d..4bf69be 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -69,8 +69,6 @@ loglevel 3 # Directory for putting things only root should see. mkdir /mnt/secure 0700 root root - # Create private mountpoint so we can MS_MOVE from staging - mount tmpfs tmpfs /mnt/secure mode=0700,uid=0,gid=0 # Directory for staging bindmounts mkdir /mnt/secure/staging 0700 root root @@ -150,7 +148,6 @@ on post-fs mount rootfs rootfs / ro remount # mount shared so changes propagate into child namespaces mount rootfs rootfs / shared rec - mount tmpfs tmpfs /mnt/secure private rec # We chown/chmod /cache again so because mount is run as root + defaults chown system cache /cache |