Sepolicy_vndr: allow qvr to access heap device

allow qvrservice to read heap device.

Change-Id: Ifad0e0d67c2d35a92243d8396062b4080e2fab56
This commit is contained in:
zhw 2024-04-15 09:55:14 +08:00 committed by Zhen Wang
parent 3c71acce04
commit cf2b4aabd0

View file

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