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:
Amy Zhang 2021-03-02 15:21:45 -08:00
parent 6c6d467ffd
commit d23de3f9ac

View file

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