android_system_sepolicy/private/radio.te
Shuo Qian 9322cb088a Setting up SELinux policy for Emergency number database
Test: Manual; https://paste.googleplex.com/6222197494382592
Bug: 136027884
Change-Id: I29214de6b5b5a62bff246c1256567844f4ce55c7
2019-11-26 12:51:02 -08:00

15 lines
393 B
Plaintext

typeattribute radio coredomain;
app_domain(radio)
read_runtime_log_tags(radio)
# Telephony code contains time / time zone detection logic so it reads the associated properties.
get_prop(radio, time_prop)
allow radio uce_service:service_manager find;
# Manage /data/misc/emergencynumberdb
allow radio emergency_data_file:dir r_dir_perms;
allow radio emergency_data_file:file r_file_perms;