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

Allow zygote to search sdcardfs dirs.

Bug: 117440207
Bug: 111890351
Test: manual
Change-Id: Ie218dec3e4f0f5dbade6d1c4d28b259909664056
parent 98de322a
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ allow zygote mnt_user_file:lnk_file create_file_perms;
# Allowed to mount user-specific storage into place
allow zygote storage_file:dir { search mounton };
# Allow mounting on sdcardfs dirs
allow zygote sdcardfs:dir { mounton };
allow zygote sdcardfs:dir { search mounton };
# Handle --invoke-with command when launching Zygote with a wrapper command.
allow zygote zygote_exec:file rx_file_perms;
......
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