14 lines
441 B
Plaintext
14 lines
441 B
Plaintext
|
# ==============================================
|
||
|
# Policy File of /system/bin/mtk_agpsd Executable File
|
||
|
|
||
|
# Request CDMA network info for CDMA A-GPS
|
||
|
allow mtk_agpsd rild:unix_dgram_socket sendto;
|
||
|
|
||
|
#============= mtk_agpsd ==============
|
||
|
allow mtk_agpsd sysfs_ccci:dir search;
|
||
|
allow mtk_agpsd sysfs_ccci:file { read open };
|
||
|
|
||
|
# Allow to connect APM HIDL server
|
||
|
hal_client_domain(mtk_agpsd, hal_mtk_apm)
|
||
|
get_prop(mtk_agpsd, vendor_mtk_dmc_prop)
|