summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sepolicy/property.te1
-rw-r--r--sepolicy/property_contexts3
-rw-r--r--sepolicy/system_app.te2
3 files changed, 5 insertions, 1 deletions
diff --git a/sepolicy/property.te b/sepolicy/property.te
index 05221e1..e21d75a 100644
--- a/sepolicy/property.te
+++ b/sepolicy/property.te
@@ -1 +1,2 @@
type qcom_ims_prop, property_type;
+type ctl_ppd_prop, property_type;
diff --git a/sepolicy/property_contexts b/sepolicy/property_contexts
index 479b18a..f380ee6 100644
--- a/sepolicy/property_contexts
+++ b/sepolicy/property_contexts
@@ -1 +1,2 @@
-sys.ims. u:object_r:qcom_ims_prop:s0 \ No newline at end of file
+sys.ims. u:object_r:qcom_ims_prop:s0
+ctl.ppd u:object_r:ctl_ppd_prop:s0
diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te
index cbd527c..5043d50 100644
--- a/sepolicy/system_app.te
+++ b/sepolicy/system_app.te
@@ -1 +1,3 @@
unix_socket_connect(system_app, cnd, cnd)
+
+set_prop(system_app, ctl_ppd_prop)