From aa76e605867edf1b818944c0ada975d8f89a9731 Mon Sep 17 00:00:00 2001 From: pix106 Date: Sun, 18 Dec 2022 11:35:01 +0100 Subject: [PATCH] sdm660-common: sepolicy: allow zygote to search vendor_framework_file type=1400 audit(0.0:55): avc: denied { search } for name="framework" dev="mmcblk0p14" ino=1094 scontext=u:r:zygote:s0 tcontext=u:object_r:vendor_framework_file:s0 tclass=dir permissive=0 --- sepolicy/vendor/zygote.te | 2 ++ 1 file changed, 2 insertions(+) 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 };