sepolicy: Add sepolicy to access vendor_dmabuf_display_heap_device from mediacodec
Change-Id: Ic7a557af5cf56a371cf8278a43ffa3ba071e73d0
This commit is contained in:
parent
642992dd5c
commit
f7fef315bb
1 changed files with 1 additions and 0 deletions
1
generic/vendor/common/mediacodec.te
vendored
1
generic/vendor/common/mediacodec.te
vendored
|
@ -34,6 +34,7 @@ allow mediacodec vendor_media_data_file:dir create_dir_perms;
|
|||
allow mediacodec vendor_media_data_file:file create_file_perms;
|
||||
|
||||
allow mediacodec dmabuf_system_heap_device:chr_file r_file_perms;
|
||||
allow mediacodec vendor_dmabuf_display_heap_device:chr_file r_file_perms;
|
||||
|
||||
#Allow mediacodec to access configstore
|
||||
hal_client_domain(mediacodec, vendor_hal_capabilityconfigstore_qti)
|
||||
|
|
Loading…
Reference in a new issue