Skip to content
Snippets Groups Projects
Commit 2bac81df authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Allow zygote to create files at /mnt/user/.*

Bug: 111789719
Test: manual
Change-Id: I5a5c1da69fd5d55e3276bb7384a94b9831e3cccd
parent 42abd423
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