summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-12-12 04:37:00 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-12-12 04:37:00 -0800
commita95caab55b990c28e112c02660be4b094779dd62 (patch)
treef97e1f3fe42f3b8d8870409e59598cccaf576c6e /common
parent9f86feb3ef5e6c4c5f7d5f5ed5b9b0ef0d9e8c2d (diff)
parent366830d3aadaa237effeb2b48c8b9a347f48fa22 (diff)
downloadandroid_device_qcom_sepolicy-a95caab55b990c28e112c02660be4b094779dd62.tar.gz
android_device_qcom_sepolicy-a95caab55b990c28e112c02660be4b094779dd62.tar.bz2
android_device_qcom_sepolicy-a95caab55b990c28e112c02660be4b094779dd62.zip
Merge "sepolicy: Update property_context for UICC"
Diffstat (limited to 'common')
-rw-r--r--common/init_shell.te3
-rw-r--r--common/property_contexts2
2 files changed, 4 insertions, 1 deletions
diff --git a/common/init_shell.te b/common/init_shell.te
index f452ae90..34b8f897 100644
--- a/common/init_shell.te
+++ b/common/init_shell.te
@@ -24,3 +24,6 @@ allow init_shell efs_boot_dev:blk_file r_file_perms;
allow init_shell ctl_default_prop:property_service set;
allow init_shell ctl_rildaemon_prop:property_service set;
+
+#for access to UICC property
+allow init_shell uicc_prop:property_service set;
diff --git a/common/property_contexts b/common/property_contexts
index fd1f7161..88477ee6 100644
--- a/common/property_contexts
+++ b/common/property_contexts
@@ -1,2 +1,2 @@
wc_transport. u:object_r:bluetooth_prop:s0
-usb_uicc. u:object_r:uicc_prop:s0
+sys.usb_uicc. u:object_r:uicc_prop:s0