1type lbs_hidl_service, domain; 2hal_server_domain(lbs_hidl_service, mtk_hal_lbs) 3 4type lbs_hidl_service_exec, exec_type, vendor_file_type, file_type; 5init_daemon_domain(lbs_hidl_service) 6vndbinder_use(lbs_hidl_service) 7 8#r_dir_file(lbs_hidl_service, system_file) 9unix_socket_connect(lbs_hidl_service, agpsd, mtk_agpsd); 10allow lbs_hidl_service mtk_agpsd:unix_dgram_socket sendto; 11allow lbs_hidl_service mnld:unix_dgram_socket sendto; 12