Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
a9e453f1
Commit
a9e453f1
authored
Oct 18, 2013
by
Jeff Sharkey
Committed by
Android (Google) Code Review
Oct 18, 2013
Browse files
Options
Downloads
Plain Diff
Merge "vold no longer does MS_MOVE; remove tmpfs." into klp-dev
parents
169c12b5
00c8e1a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rootdir/init.rc
+0
-3
0 additions, 3 deletions
rootdir/init.rc
with
0 additions
and
3 deletions
rootdir/init.rc
+
0
−
3
View file @
a9e453f1
...
@@ -66,8 +66,6 @@ loglevel 3
...
@@ -66,8 +66,6 @@ loglevel 3
# Directory for putting things only root should see.
# Directory for putting things only root should see.
mkdir /mnt/secure 0700 root root
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
# Directory for staging bindmounts
mkdir /mnt/secure/staging 0700 root root
mkdir /mnt/secure/staging 0700 root root
...
@@ -143,7 +141,6 @@ on post-fs
...
@@ -143,7 +141,6 @@ on post-fs
mount rootfs rootfs / ro remount
mount rootfs rootfs / ro remount
# mount shared so changes propagate into child namespaces
# mount shared so changes propagate into child namespaces
mount rootfs rootfs / shared rec
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
# We chown/chmod /cache again so because mount is run as root + defaults
chown system cache /cache
chown system cache /cache
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment