Demon000 | 656faee | 2018-01-11 10:20:10 +0200 | [diff] [blame] | 1 | binder_use(rild) |
LuK1337 | 7239744 | 2018-01-11 22:15:08 +0200 | [diff] [blame] | 2 | allow rild { |
| 3 | mediaserver_service |
| 4 | audioserver_service |
| 5 | binder_per_mgr_service |
| 6 | }:service_manager find; |
Jayachandran C | 063c002 | 2018-01-11 14:10:17 +0200 | [diff] [blame] | 7 | |
| 8 | # rild reads qcril.db linked to /system/etc/qcril.db |
| 9 | allow rild radio_data_file:lnk_file read; |
| 10 | |
| 11 | # allow rild to access radio data file |
| 12 | allow rild radio_data_file:dir rw_dir_perms; |
| 13 | allow rild radio_data_file:file create_file_perms; |