1# ============================================== 2# Policy File of /vendor/bin/slpd Executable File 3 4# ============================================== 5# Type Declaration 6# ============================================== 7type slpd_exec, exec_type, file_type, vendor_file_type; 8type slpd, domain; 9 10# ============================================== 11# MTK Policy Rule 12# ============================================== 13init_daemon_domain(slpd) 14 15net_domain(slpd) 16 17# mtk_agpsd will send the current SUPL profile to SLPD 18allow slpd mtk_agpsd:unix_dgram_socket sendto; 19