Allow tuner default implementation to access /dev/dma_heap/system
This is for Tuner default impl to use DMA buffer Test: local tested on Cuttlefish Bug: 181341260 Change-Id: I7630a7908bedfe9c5878b7a8c6d4d67cbb5924e1
This commit is contained in:
parent
6c6d467ffd
commit
d23de3f9ac
1 changed files with 3 additions and 0 deletions
3
vendor/hal_tv_tuner_default.te
vendored
3
vendor/hal_tv_tuner_default.te
vendored
|
@ -5,3 +5,6 @@ type hal_tv_tuner_default_exec, exec_type, vendor_file_type, file_type;
|
|||
init_daemon_domain(hal_tv_tuner_default)
|
||||
|
||||
allow hal_tv_tuner_default ion_device:chr_file r_file_perms;
|
||||
|
||||
# Access to /dev/dma_heap/system
|
||||
allow hal_tv_tuner_default dmabuf_system_heap_device:chr_file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue