Skip to content
Snippets Groups Projects
Commit 3ab95b5f 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

Change-Id: I9a2bca6871c45a6e617f20b0a9cd6ab8461faacc
parents 11a25e68 a6c1e72c
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ allow zygote sdcardfs:filesystem { unmount };
# Allow creating user-specific storage source if started before vold.
allow zygote mnt_user_file:dir create_dir_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
allow zygote storage_file:dir { search mounton };
# 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