diff --git a/sepolicy/vendor/zygote.te b/sepolicy/vendor/zygote.te index c82fe49a..55664e77 100644 --- a/sepolicy/vendor/zygote.te +++ b/sepolicy/vendor/zygote.te @@ -1,3 +1,5 @@ get_prop(zygote, exported_camera_prop) + allow zygote adsprpcd_file:dir search; +allow zygote vendor_framework_file:dir search; allow zygote unlabeled:dir { search };