Change-Id: Ic78db8195c5c51f85c9c6fd3ef8333489afd6e79 MTK-Commit-Id: 848bf57127be9d01fd1df4aab95737855456afee
19 lines
555 B
Plaintext
19 lines
555 B
Plaintext
# ==============================================
|
|
# Policy File of /vendor/bin/slpd Executable File
|
|
|
|
# ==============================================
|
|
# Type Declaration
|
|
# ==============================================
|
|
type slpd_exec, exec_type, file_type, vendor_file_type;
|
|
type slpd, domain;
|
|
|
|
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
init_daemon_domain(slpd)
|
|
|
|
net_domain(slpd)
|
|
|
|
# mtk_agpsd will send the current SUPL profile to SLPD
|
|
allow slpd mtk_agpsd:unix_dgram_socket sendto;
|