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
This commit is contained in:
pix106 2022-12-18 11:35:01 +01:00
parent 9aeebe4081
commit aa76e60586

View file

@ -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 };