[Detail] New sepolicy path declared and also support legacy android. MTK-Commit-Id: 8982268bbef8f852c153428f1a5f83849953c7c2 Change-Id: Ic10f297a312ff2e89e44a0aa323ffa11bc78ff6e CR-Id: ALPS04767749 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
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;
|