summaryrefslogtreecommitdiffstats
path: root/legacy-common/rild.te
blob: b1dd5ba50540bc9cefc934bb109a48372675218d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
binder_use(rild)
allow rild {
	mediaserver_service
	audioserver_service
	binder_per_mgr_service
}:service_manager find;

# rild reads qcril.db linked to /system/etc/qcril.db
allow rild radio_data_file:lnk_file read;

# allow rild to access radio data file
allow rild radio_data_file:dir rw_dir_perms;
allow rild radio_data_file:file create_file_perms;