summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2019-09-27 15:26:32 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-10-23 22:28:08 +0200
commit5ec4de459158817cb2e3dc5f40d97c8904c6b3de (patch)
tree756b5859ff281ed8f61a537aebe756200f0b7864
parentb4506f939970a3da36c9f3b43bdd6af7bad45170 (diff)
downloadandroid_device_lineage_sepolicy-5ec4de459158817cb2e3dc5f40d97c8904c6b3de.tar.gz
android_device_lineage_sepolicy-5ec4de459158817cb2e3dc5f40d97c8904c6b3de.tar.bz2
android_device_lineage_sepolicy-5ec4de459158817cb2e3dc5f40d97c8904c6b3de.zip
sepolicy: qcom: RIP legacy
* These are undefined on devices using current non-legacy qcom sepolicy. Change-Id: Ib58dbcaeb8c6c5529e2a9f1bb68437f012760f69
-rw-r--r--qcom/dynamic/hal_lineage_livedisplay_qti.te3
-rw-r--r--qcom/vendor/app.te2
2 files changed, 0 insertions, 5 deletions
diff --git a/qcom/dynamic/hal_lineage_livedisplay_qti.te b/qcom/dynamic/hal_lineage_livedisplay_qti.te
index c90a058..76c79ba 100644
--- a/qcom/dynamic/hal_lineage_livedisplay_qti.te
+++ b/qcom/dynamic/hal_lineage_livedisplay_qti.te
@@ -5,6 +5,3 @@ binder_call(hal_lineage_livedisplay_qti, hal_graphics_composer_default)
# Allow LiveDisplay to access vendor display property
get_prop(hal_lineage_livedisplay_qti, vendor_display_prop)
-
-# Allow LiveDisplay to access pps socket
-unix_socket_connect(hal_lineage_livedisplay_qti, pps, mm-pp-daemon)
diff --git a/qcom/vendor/app.te b/qcom/vendor/app.te
deleted file mode 100644
index 036cccd..0000000
--- a/qcom/vendor/app.te
+++ /dev/null
@@ -1,2 +0,0 @@
-# For the camera app
-get_prop(appdomain, camera_prop)