• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1typeattribute radio coredomain;
2
3app_domain(radio)
4
5read_runtime_log_tags(radio)
6
7# Telephony code contains time / time zone detection logic so it reads the associated properties.
8get_prop(radio, time_prop)
9
10# allow telephony to access platform compat to log permission denials
11allow radio platform_compat_service:service_manager find;
12
13allow radio uce_service:service_manager find;
14
15# Manage /data/misc/emergencynumberdb
16allow radio emergency_data_file:dir r_dir_perms;
17allow radio emergency_data_file:file r_file_perms;
18
19# allow sending pulled atoms to statsd
20binder_call(radio, statsd)
21
22# allow telephony to access related cache properties
23set_prop(radio, binder_cache_telephony_server_prop);
24neverallow { domain -radio -init }
25    binder_cache_telephony_server_prop:property_service set;
26