summaryrefslogtreecommitdiffstats
path: root/msm8952
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-12-19 19:39:26 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-12-19 19:39:26 -0800
commit298aa141f9aed2bb4213d61c092a5f794d03a31c (patch)
treebb6768a913f92eccd2b64e81448e24a319d715e3 /msm8952
parentd6fc49b30427d3928fd66b7279236f4700e37cca (diff)
parent9d6ab0b00e51c5acc5124f00124092ff21c3f72b (diff)
downloadandroid_device_qcom_sepolicy-298aa141f9aed2bb4213d61c092a5f794d03a31c.tar.gz
android_device_qcom_sepolicy-298aa141f9aed2bb4213d61c092a5f794d03a31c.tar.bz2
android_device_qcom_sepolicy-298aa141f9aed2bb4213d61c092a5f794d03a31c.zip
Merge "sepolicy: Give read permisssion for profile selection"
Diffstat (limited to 'msm8952')
-rw-r--r--msm8952/zygote.te4
1 files changed, 3 insertions, 1 deletions
diff --git a/msm8952/zygote.te b/msm8952/zygote.te
index e7ef41f4..72629c33 100644
--- a/msm8952/zygote.te
+++ b/msm8952/zygote.te
@@ -30,4 +30,6 @@ allow zygote persist_file:dir r_dir_perms;
allow zygote regionalization_file:dir r_dir_perms;
allow zygote regionalization_file:file r_file_perms;
allow zygote oemfs:dir r_dir_perms;
-allow zygote oemfs:file r_file_perms; \ No newline at end of file
+allow zygote oemfs:file r_file_perms;
+allow zygote media_msm8956_version_prop:file r_file_perms;
+allow zygote media_msm8956hw_prop:file r_file_perms;