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
49bbe164
Commit
49bbe164
authored
May 3, 2017
by
Tom Cherry
Committed by
Gerrit Code Review
May 3, 2017
Browse files
Options
Downloads
Plain Diff
Merge "Make /data/data a symlink to /data/user/0"
parents
2983d271
d147cb58
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
+2
-2
2 additions, 2 deletions
rootdir/init.rc
with
2 additions
and
2 deletions
rootdir/init.rc
+
2
−
2
View file @
49bbe164
...
@@ -419,7 +419,6 @@ on post-fs-data
...
@@ -419,7 +419,6 @@ on post-fs-data
# For security reasons, /data/local/tmp should always be empty.
# For security reasons, /data/local/tmp should always be empty.
# Do not place files or directories in /data/local/tmp
# Do not place files or directories in /data/local/tmp
mkdir /data/local/tmp 0771 shell shell
mkdir /data/local/tmp 0771 shell shell
mkdir /data/data 0771 system system
mkdir /data/app-private 0771 system system
mkdir /data/app-private 0771 system system
mkdir /data/app-ephemeral 0771 system system
mkdir /data/app-ephemeral 0771 system system
mkdir /data/app-asec 0700 root root
mkdir /data/app-asec 0700 root root
...
@@ -472,7 +471,8 @@ on post-fs-data
...
@@ -472,7 +471,8 @@ on post-fs-data
mkdir /data/user 0711 system system
mkdir /data/user 0711 system system
mkdir /data/user_de 0711 system system
mkdir /data/user_de 0711 system system
symlink /data/data /data/user/0
mkdir /data/user/0 0711 system system
symlink /data/user/0 /data/data
mkdir /data/media 0770 media_rw media_rw
mkdir /data/media 0770 media_rw media_rw
mkdir /data/media/obb 0770 media_rw media_rw
mkdir /data/media/obb 0770 media_rw media_rw
...
...
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