9a2030010d
* taken from https://github.com/lineage-geminipda/android_device_planet_geminipda Change-Id: I80708a4650646ecd870b60217cafc0212aa2022e (cherry picked from commit ce9dd0181db0cdeabb9edaf3781d74fb6645bb98)
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
type wifi2agps_exec, exec_type, file_type;
|
|
type wifi2agps, domain, domain_deprecated;
|
|
|
|
init_daemon_domain(wifi2agps)
|
|
|
|
allow wifi2agps agpsd_data_file:sock_file write;
|
|
allow wifi2agps agpsd_data_file:dir search;
|
|
allow wifi2agps mtk_agpsd:unix_dgram_socket sendto;
|
|
allow wifi2agps self:netlink_socket create_socket_perms;
|