• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# phone subsystem
2type radio, domain;
3app_domain(radio)
4net_domain(radio)
5bluetooth_domain(radio)
6
7# Talks to init via the property socket.
8unix_socket_connect(radio, property, init)
9
10# Talks to rild via the rild socket.
11unix_socket_connect(radio, rild, rild)
12
13# Data file accesses.
14allow radio radio_data_file:dir create_dir_perms;
15allow radio radio_data_file:notdevfile_class_set create_file_perms;
16
17allow radio alarm_device:chr_file rw_file_perms;
18
19# Property service
20allow radio radio_prop:property_service set;
21
22# ctl interface
23allow radio ctl_rildaemon_prop:property_service set;
24