summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2020-07-28 16:35:03 +0900
committerInseob Kim <inseob@google.com>2020-07-28 16:35:03 +0900
commit9da843d26268377abaf7ac809db199c423f048a5 (patch)
tree8b05b595572137882391e560f460b2b2321412e2
parent050ce8840703584b02630fb3fd073b8784a1ac98 (diff)
downloadwembley-sepolicy-9da843d26268377abaf7ac809db199c423f048a5.tar.gz
Rename exported3_radio_prop to radio_control_prop
The context name exported3_radio_prop is ambiguous and does not reflect the usage and role of the properties. This changes its name to radio_control_prop. Some downstream branches are still using exported3_radio_prop, so get_prop(domain, radio_control_prop) is added to avoid regression. It's just a workaround and to be removed soon, after all exported3_radio_prop are cleaned up. Bug: 162214733 Test: boot a device with a sim and see basic functions work Change-Id: I73604f019cb024c7eee9d1371f41da0114ab5537
-rw-r--r--non_plat/factory.te2
-rw-r--r--non_plat/mtk_hal_secure_element.te2
-rw-r--r--r_non_plat/factory.te2
-rw-r--r--r_non_plat/mtk_hal_secure_element.te2
4 files changed, 4 insertions, 4 deletions
diff --git a/non_plat/factory.te b/non_plat/factory.te
index 6ec8325..b6c968c 100644
--- a/non_plat/factory.te
+++ b/non_plat/factory.te
@@ -385,7 +385,7 @@ allow factory vendor_nfc_socket:dir { write add_name remove_name search };
allow factory vendor_nfc_socket:sock_file { create write unlink setattr };
# Allow to get AOSP property persist.radio.multisim.config
-get_prop(factory, exported3_radio_prop)
+get_prop(factory, radio_control_prop)
# Date : WK19.38
# Operation : Q Migration
diff --git a/non_plat/mtk_hal_secure_element.te b/non_plat/mtk_hal_secure_element.te
index bb51108..9151c82 100644
--- a/non_plat/mtk_hal_secure_element.te
+++ b/non_plat/mtk_hal_secure_element.te
@@ -15,4 +15,4 @@ hal_client_domain(mtk_hal_secure_element, hal_telephony)
allow mtk_hal_secure_element hal_telephony_hwservice:hwservice_manager find;
# Allow to use persist.radio.multisim.config
-get_prop(mtk_hal_secure_element, exported3_radio_prop)
+get_prop(mtk_hal_secure_element, radio_control_prop)
diff --git a/r_non_plat/factory.te b/r_non_plat/factory.te
index 5695bf1..d3e7036 100644
--- a/r_non_plat/factory.te
+++ b/r_non_plat/factory.te
@@ -385,5 +385,5 @@ allow factory vendor_nfc_socket:dir { write add_name remove_name search };
allow factory vendor_nfc_socket:sock_file { create write unlink setattr };
# Allow to get AOSP property persist.radio.multisim.config
-get_prop(factory, exported3_radio_prop)
+get_prop(factory, radio_control_prop)
diff --git a/r_non_plat/mtk_hal_secure_element.te b/r_non_plat/mtk_hal_secure_element.te
index bb51108..9151c82 100644
--- a/r_non_plat/mtk_hal_secure_element.te
+++ b/r_non_plat/mtk_hal_secure_element.te
@@ -15,4 +15,4 @@ hal_client_domain(mtk_hal_secure_element, hal_telephony)
allow mtk_hal_secure_element hal_telephony_hwservice:hwservice_manager find;
# Allow to use persist.radio.multisim.config
-get_prop(mtk_hal_secure_element, exported3_radio_prop)
+get_prop(mtk_hal_secure_element, radio_control_prop)