2020-01-18 09:29:32 +08:00
|
|
|
type lbs_hidl_service, domain;
|
|
|
|
hal_server_domain(lbs_hidl_service, mtk_hal_lbs)
|
|
|
|
|
|
|
|
type lbs_hidl_service_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(lbs_hidl_service)
|
|
|
|
vndbinder_use(lbs_hidl_service)
|
|
|
|
|
2020-01-18 10:08:05 +08:00
|
|
|
#r_dir_file(lbs_hidl_service, system_file)
|
2020-01-18 09:29:32 +08:00
|
|
|
unix_socket_connect(lbs_hidl_service, agpsd, mtk_agpsd);
|
|
|
|
allow lbs_hidl_service mtk_agpsd:unix_dgram_socket sendto;
|
|
|
|
allow lbs_hidl_service mnld:unix_dgram_socket sendto;
|