• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ModemDiagnosticSystem app
2type modem_diagnostic_app, domain;
3
4app_domain(modem_diagnostic_app)
5net_domain(modem_diagnostic_app)
6
7allow modem_diagnostic_app app_api_service:service_manager find;
8allow modem_diagnostic_app surfaceflinger_service:service_manager find;
9
10userdebug_or_eng(`
11  allow modem_diagnostic_app diag_device:chr_file rw_file_perms;
12
13  allow modem_diagnostic_app sysfs_esim:file r_file_perms;
14
15  typeattribute modem_diagnostic_app mlstrustedsubject;
16  unix_socket_connect(modem_diagnostic_app, diag, qlogd);
17
18  set_prop(modem_diagnostic_app, vendor_modem_diag_prop)
19  set_prop(modem_diagnostic_app, exported3_radio_prop)
20')
21