summaryrefslogtreecommitdiffstats
path: root/common/qcomsysd.te
diff options
context:
space:
mode:
authorRajshekar Eashwarappa <reashw@codeaurora.org>2014-11-19 15:57:26 +0530
committerRajshekar Eashwarappa <reashw@codeaurora.org>2014-11-19 15:57:26 +0530
commit39bed8c5431a97d296a292090848c4c3c832c326 (patch)
tree285d37cdfbcff18b28ad459772df301e6acbbdb0 /common/qcomsysd.te
parent448e844a615795766fe5e6dd4b89e74ee1a1a844 (diff)
downloadandroid_device_qcom_sepolicy-39bed8c5431a97d296a292090848c4c3c832c326.tar.gz
android_device_qcom_sepolicy-39bed8c5431a97d296a292090848c4c3c832c326.tar.bz2
android_device_qcom_sepolicy-39bed8c5431a97d296a292090848c4c3c832c326.zip
Sepolicy : Added dac_override to qcomsysd.te
dac_override is added to self capabilities of qcom-system-daemon. Change-Id: I110c0159a921d75d639abac6ce3df2ac13578a2e
Diffstat (limited to 'common/qcomsysd.te')
-rw-r--r--common/qcomsysd.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/qcomsysd.te b/common/qcomsysd.te
index 7b786da4..f9c29166 100644
--- a/common/qcomsysd.te
+++ b/common/qcomsysd.te
@@ -20,3 +20,5 @@ allow qcomsysd bootselect_device:blk_file { open read getattr write };
#Needed to get image info from socinfo
allow qcomsysd sysfs_socinfo:dir { open search read };
allow qcomsysd sysfs_socinfo:file { open read write };
+
+allow qcomsysd self:capability { dac_override };