Skip to content
Snippets Groups Projects
Commit 988084dd authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Allow zygote to create files at /mnt/user/.*" am: 7f82c3eb am: a6c1e72c

am: 3ab95b5f

Change-Id: If36cd59ef2bbf3326df7e84e514d25459b5b137e
parents 0bffeebc 3ab95b5f
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,7 @@ allow zygote sdcardfs:filesystem { unmount }; ...@@ -91,6 +91,7 @@ allow zygote sdcardfs:filesystem { unmount };
# Allow creating user-specific storage source if started before vold. # Allow creating user-specific storage source if started before vold.
allow zygote mnt_user_file:dir create_dir_perms; allow zygote mnt_user_file:dir create_dir_perms;
allow zygote mnt_user_file:lnk_file create_file_perms; allow zygote mnt_user_file:lnk_file create_file_perms;
allow zygote mnt_user_file:file create_file_perms;
# Allowed to mount user-specific storage into place # Allowed to mount user-specific storage into place
allow zygote storage_file:dir { search mounton }; allow zygote storage_file:dir { search mounton };
# Allow mounting on sdcardfs dirs # Allow mounting on sdcardfs dirs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment