• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1typeattribute radio system_writes_vendor_properties_violators;
2
3get_prop(radio, ims_prop)
4get_prop(radio, vendor_radio_prop)
5
6allow radio qmuxd_socket:dir search;
7allow radio qmuxd_socket:sock_file write;
8
9allow radio vendor_file:lnk_file r_file_perms;
10allow radio vendor_framework_file:file r_file_perms;
11allow radio vendor_framework_file:dir search;
12
13hwbinder_use(radio)
14allow radio vnd_ims_radio_hwservice:hwservice_manager find;
15allow radio vnd_qcrilhook_hwservice:hwservice_manager find;
16allow radio hal_imsrtp_hwservice:hwservice_manager find;
17
18add_service(radio, radio_service)
19allow radio {
20  mediaextractor_service
21  mediacodec_service
22}:service_manager find;
23
24r_dir_file(radio, sysfs_msm_subsys)
25
26# IMS needs permission to use avtimer
27allow radio avtimer_device:chr_file r_file_perms;
28
29binder_call(radio, hal_imsrtp)
30