diff --git a/zygote.te b/zygote.te index 33e8fe80a3ae2a2f18c5172d40e6b0fcda05f00e..3f0229312494a8df4b6a9379fa9201fad89c5e7a 100644 --- a/zygote.te +++ b/zygote.te @@ -37,6 +37,7 @@ allow zygote sdcard_type:dir { write search setattr create add_name mounton }; dontaudit zygote self:capability fsetid; allow zygote tmpfs:dir { write create add_name setattr mounton search }; allow zygote tmpfs:filesystem mount; +allow zygote labeledfs:filesystem remount; # Handle --invoke-with command when launching Zygote with a wrapper command. allow zygote zygote_exec:file { execute_no_trans open };