summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrilokesh Rangam <tranga@codeaurora.org>2015-12-03 10:35:24 +0530
committerSteve Kondik <steve@cyngn.com>2016-08-05 00:19:12 -0700
commitdc1abcd0010df8899f4237b31acd6b5cd9e84ed7 (patch)
tree8865469ca4c59ef91e1ab7db0cbef5ed3ae67680
parent3825d73a2c14348075f4755bb010a279bca145cc (diff)
downloadandroid_device_qcom_sepolicy-dc1abcd0010df8899f4237b31acd6b5cd9e84ed7.tar.gz
android_device_qcom_sepolicy-dc1abcd0010df8899f4237b31acd6b5cd9e84ed7.tar.bz2
android_device_qcom_sepolicy-dc1abcd0010df8899f4237b31acd6b5cd9e84ed7.zip
sepolicy : Allow bootkpi access to system apps and vold
Allowing BootKPI markers access to system apps and vold to log corresponding KPI entries. Change-Id: Ice2f60f12f0eec9a0b4c43f98f88540ce155145b
-rw-r--r--msm8960/bootkpi.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/msm8960/bootkpi.te b/msm8960/bootkpi.te
index e932e692..cd29b0e1 100644
--- a/msm8960/bootkpi.te
+++ b/msm8960/bootkpi.te
@@ -33,4 +33,6 @@ userdebug_or_eng(`
allow surfaceflinger sys_bootkpi:file rw_file_perms;
allow untrusted_app sys_bootkpi:file rw_file_perms;
allow location sys_bootkpi:file rw_file_perms;
+ allow system_app sys_bootkpi:file rw_file_perms;
+ allow vold sys_bootkpi:file rw_file_perms;
')