sdm660-common: sepolicy: Allow zygote to search adsprpdc file
Fixes: avc: denied { search } for comm="main" name="/" dev="sde48" ino=2 scontext=u:r:zygote:s0 tcontext=u:object_r:adsprpcd_file:s0 tclass=dir permissive=0 avc: denied { search } for comm="usap64" name="/" dev="sde48" ino=2 scontext=u:r:zygote:s0 tcontext=u:object_r:adsprpcd_file:s0 tclass=dir permissive=0 Change-Id: Idd3df6ec46049d5691e298ac1d0851d7ab0bead3 Signed-off-by: Khusika Dhamar Gusti <mail@khusika.dev> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
985430ecd7
commit
641996465a
1 changed files with 1 additions and 0 deletions
1
sepolicy/vendor/zygote.te
vendored
1
sepolicy/vendor/zygote.te
vendored
|
@ -1,2 +1,3 @@
|
|||
get_prop(zygote, exported_camera_prop)
|
||||
allow zygote adsprpcd_file:dir search;
|
||||
allow zygote unlabeled:dir { search };
|
||||
|
|
Loading…
Reference in a new issue