Merge "Allow system_app to access radio_config system properties"
diff --git a/private/property_contexts b/private/property_contexts
index 6f7b64e..1bc3cb1 100644
--- a/private/property_contexts
+++ b/private/property_contexts
@@ -515,6 +515,7 @@
persist.nfc.debug_enabled u:object_r:nfc_prop:s0 exact bool
persist.radio.multisim.config u:object_r:radio_control_prop:s0 exact string
+persist.radio.allow_mock_modem u:object_r:radio_control_prop:s0 exact bool
persist.sys.hdmi.keep_awake u:object_r:hdmi_config_prop:s0 exact bool
ro.hdmi.cec_device_types u:object_r:hdmi_config_prop:s0 exact string
diff --git a/public/app.te b/public/app.te
index 09e30ca..da24012 100644
--- a/public/app.te
+++ b/public/app.te
@@ -203,6 +203,9 @@
# allow system_app to access Nfc-related system properties.
set_prop(system_app, nfc_prop)
+# allow system_app to access radio_config system properties.
+set_prop(system_app, radio_control_prop)
+
# Apps cannot access proc_uid_time_in_state
neverallow appdomain proc_uid_time_in_state:file *;