blob: b1dd5ba50540bc9cefc934bb109a48372675218d [file] [log] [blame]
Demon000656faee2018-01-11 10:20:10 +02001binder_use(rild)
LuK133772397442018-01-11 22:15:08 +02002allow rild {
3 mediaserver_service
4 audioserver_service
5 binder_per_mgr_service
6}:service_manager find;
Jayachandran C063c0022018-01-11 14:10:17 +02007
8# rild reads qcril.db linked to /system/etc/qcril.db
9allow rild radio_data_file:lnk_file read;
10
11# allow rild to access radio data file
12allow rild radio_data_file:dir rw_dir_perms;
13allow rild radio_data_file:file create_file_perms;