Sepolicy_vndr: allow qvr to access heap device
allow qvrservice to read heap device. Change-Id: Ifad0e0d67c2d35a92243d8396062b4080e2fab56
This commit is contained in:
parent
3c71acce04
commit
cf2b4aabd0
1 changed files with 3 additions and 0 deletions
3
qva/vendor/anorak/qvrd_vndr.te
vendored
3
qva/vendor/anorak/qvrd_vndr.te
vendored
|
@ -37,3 +37,6 @@ allow vendor_qvrd_vndr vendor_qvrd_vndr_cam:fd use;
|
|||
|
||||
get_prop(vendor_qvrd_vndr, vendor_camera_prop)
|
||||
hal_server_domain_bypass(vendor_qvrd_vndr, vendor_hal_qvrcamservice_qti)
|
||||
|
||||
# Allow to access heap
|
||||
allow vendor_qvrd_vndr vendor_dmabuf_system_heap_device:chr_file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue