diff --git a/zygote.te b/zygote.te index 24e4189e0b4e331ffe2ddb561fd8510e9f8a94ae..9707082c31864a3b4009b2543b70b69972aa5c9a 100644 --- a/zygote.te +++ b/zygote.te @@ -35,5 +35,5 @@ allow zygote rootfs:file r_file_perms; allow zygote rootfs:dir mounton; 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 }; +allow zygote tmpfs:dir { write create add_name setattr mounton search }; allow zygote tmpfs:filesystem mount;