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:
parent
9aeebe4081
commit
aa76e60586
1 changed files with 2 additions and 0 deletions
2
sepolicy/vendor/zygote.te
vendored
2
sepolicy/vendor/zygote.te
vendored
|
@ -1,3 +1,5 @@
|
||||||
get_prop(zygote, exported_camera_prop)
|
get_prop(zygote, exported_camera_prop)
|
||||||
|
|
||||||
allow zygote adsprpcd_file:dir search;
|
allow zygote adsprpcd_file:dir search;
|
||||||
|
allow zygote vendor_framework_file:dir search;
|
||||||
allow zygote unlabeled:dir { search };
|
allow zygote unlabeled:dir { search };
|
||||||
|
|
Loading…
Reference in a new issue