android_system_sepolicy/private/radio.te
Neil Fuller b794ad0f8d Add label for time (zone) system properties
This adds a label for system properties that will affect system-wide
time / time detection logic.

The first example will be something like:
persist.time.detection_impl_version

Bug: 78217059
Test: build
Change-Id: I46044f1e28170760001da9acf2496a1e3037e48a
2018-06-25 17:59:56 +01:00

9 lines
207 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)