2019-08-09 23:27:17 +02:00
|
|
|
type hal_tv_tuner_default, domain;
|
|
|
|
hal_server_domain(hal_tv_tuner_default, hal_tv_tuner)
|
|
|
|
|
|
|
|
type hal_tv_tuner_default_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(hal_tv_tuner_default)
|
2020-03-19 04:45:50 +01:00
|
|
|
|
|
|
|
allow hal_tv_tuner_default ion_device:chr_file r_file_perms;
|
2021-03-03 00:21:45 +01:00
|
|
|
|
|
|
|
# Access to /dev/dma_heap/system
|
|
|
|
allow hal_tv_tuner_default dmabuf_system_heap_device:chr_file r_file_perms;
|
2022-08-09 23:57:02 +02:00
|
|
|
|
|
|
|
# Allow servicemanager to notify hal_tv_tuner_default clients status
|
|
|
|
binder_use(hal_tv_tuner_default)
|