summaryrefslogtreecommitdiffstats
path: root/common/qcomsysd.te
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2017-02-04 17:22:37 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-02-04 17:22:37 +0200
commitb07464afa7cd4edf8459c540e42480ee9f5846f1 (patch)
tree064bfe0d1471c003c617875ecf114cbba1324eb9 /common/qcomsysd.te
parentd9d06c2c5b83dd352d6158e547bda89fcc247649 (diff)
parent2e57b1e2db7737adb8a6692eda2d11056d944519 (diff)
downloadandroid_device_qcom_sepolicy-staging/cm-14.1-cafmerge.tar.gz
android_device_qcom_sepolicy-staging/cm-14.1-cafmerge.tar.bz2
android_device_qcom_sepolicy-staging/cm-14.1-cafmerge.zip
Merge remote-tracking branch 'caf/LA.BR.1.2.9_rb1.11' into cm-14.1staging/cm-14.1-cafmerge
Change-Id: I57fd423a2baca4bd14376415abc38641485455bd
Diffstat (limited to 'common/qcomsysd.te')
-rwxr-xr-x[-rw-r--r--]common/qcomsysd.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/qcomsysd.te b/common/qcomsysd.te
index c1257cb8..d9edea1f 100644..100755
--- a/common/qcomsysd.te
+++ b/common/qcomsysd.te
@@ -21,9 +21,10 @@ allow qcomsysd sysfs_socinfo:file w_file_perms;
allow qcomsysd self:capability { dac_override sys_boot };
use_per_mgr(qcomsysd);
#allow qcomsysd access boot mode switch
-allow qcomsysd boot_mode_prop:property_service set;
+set_prop(qcomsysd, boot_mode_prop);
#diag
userdebug_or_eng(`
diag_use(qcomsysd)
+ allow qcomsysd sysfs:file w_file_perms;
')