Sepolicy_vndr: add widevine to access qseecom_ta heap

Add widevine client to access qseecom_ta heap.

Change-Id: If99d73432c55f9feda823d97818ea422eae864b9
This commit is contained in:
Sheik Anwar Shabic Y 2023-06-12 10:45:14 +05:30
parent 539bcd22ca
commit 174238fe51

View file

@ -53,6 +53,7 @@ allow vendor_hal_drm_widevine vendor_dmabuf_qseecom_heap_device:chr_file r_file_
allow vendor_hal_drm_widevine vendor_membuf_dev:chr_file r_file_perms;
allow vendor_hal_drm_widevine vendor_dmabuf_system_heap_device:chr_file r_file_perms;
allow vendor_hal_drm_widevine vendor_vm_cp_bitstream_device:chr_file r_file_perms;
allow vendor_hal_drm_widevine vendor_dmabuf_qseecom_ta_heap_device:chr_file r_file_perms;
#socket change
unix_socket_connect(vendor_hal_drm_widevine, vendor_notify-topology, tee);