diff --git a/private/zygote.te b/private/zygote.te index 91c92301901521b8b96dd8c64bf7fb65d13d4961..3affec13764aa9293be4a3395c3c1a53b9d7f864 100644 --- a/private/zygote.te +++ b/private/zygote.te @@ -90,6 +90,8 @@ allow zygote mnt_user_file:dir create_dir_perms; 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 }; # Handle --invoke-with command when launching Zygote with a wrapper command. allow zygote zygote_exec:file rx_file_perms;