summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <xda@vinschen.de>2016-12-19 13:47:32 +0100
committerEthan Chen <intervigil@gmail.com>2016-12-21 10:52:31 -0800
commitd9d06c2c5b83dd352d6158e547bda89fcc247649 (patch)
tree00c0c6b9d9fedad6bb84e7576ad1f58b91469a16
parent6bc0853659a8c8f5993ad1baceb58fc54e6c0886 (diff)
downloadandroid_device_qcom_sepolicy-cm-14.1_prerebase.tar.gz
android_device_qcom_sepolicy-cm-14.1_prerebase.tar.bz2
android_device_qcom_sepolicy-cm-14.1_prerebase.zip
apq8084: Define qcal530_prop as property_typecm-14.1_prerebase
A typo in apq8084 defines qcal530_prop as file_type. This collides with neverallow * ~property_type:property_service set; in system/sepolicy/domain.te. Change-Id: I2d16b84509d4c0f8d61c822795cd0da7e479c5cd Signed-off-by: Corinna Vinschen <xda@vinschen.de>
-rw-r--r--apq8084/file.te1
-rw-r--r--apq8084/qca1530.te1
2 files changed, 1 insertions, 1 deletions
diff --git a/apq8084/file.te b/apq8084/file.te
index ea0f63b8..b6b9f1e7 100644
--- a/apq8084/file.te
+++ b/apq8084/file.te
@@ -28,4 +28,3 @@
# qca data file for apq8084
type qca1530_data_file, file_type, data_file_type;
type sysfs_qca1530, file_type;
-type qca1530_prop, file_type;
diff --git a/apq8084/qca1530.te b/apq8084/qca1530.te
index 6937aaa4..5a65171a 100644
--- a/apq8084/qca1530.te
+++ b/apq8084/qca1530.te
@@ -26,6 +26,7 @@
type qca1530, domain, domain_deprecated;
type qca1530_exec, exec_type, file_type;
+type qca1530_prop, property_type;
net_domain(qca1530)
init_daemon_domain(qca1530)