Skip to content

Commit

Permalink
Sepolicy_vndr: allow qvr to access heap device
Browse files Browse the repository at this point in the history
allow qvrservice to read heap device.

Change-Id: Ifad0e0d67c2d35a92243d8396062b4080e2fab56
  • Loading branch information
zhw committed Apr 15, 2024
1 parent 3c71acc commit cf2b4aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qva/vendor/anorak/qvrd_vndr.te
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit cf2b4aa

Please sign in to comment.