1type mtk_hal_secure_element, domain; 2hal_server_domain(mtk_hal_secure_element, hal_secure_element) 3type mtk_hal_secure_element_exec, exec_type, vendor_file_type, file_type; 4 5allow mtk_hal_secure_element secure_element_device:chr_file rw_file_perms; 6 7init_daemon_domain(mtk_hal_secure_element) 8 9# Allow to get vendor.mediatek.hardware.radio HIDL interface 10allow mtk_hal_secure_element mtk_hal_rild_hwservice:hwservice_manager find; 11binder_call(mtk_hal_secure_element, rild) 12 13# Allow to get android.hardware.radio HIDL interface 14hal_client_domain(mtk_hal_secure_element, hal_telephony) 15allow mtk_hal_secure_element hal_telephony_hwservice:hwservice_manager find; 16 17# Allow to use persist.radio.multisim.config 18get_prop(mtk_hal_secure_element, radio_control_prop) 19