summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2025-09-13 23:27:59 +0300
committerSiluxsept <ronny.horn.rh@gmail.com>2025-09-22 16:42:20 +0200
commit18e605558bd7223f8144752cc804b851c5d4b763 (patch)
tree9067bfbff71746ba21a691227162c761278c9d03
parent8236bc6359fa768e4010da81998cfb7a9f092a42 (diff)
b4s4: Resolve qtidataservices denial
Fixes fatal crash of the dataservices app Change-Id: I4acfa9eef648cbb36f1900cad91fc4fe19a9fe5d
-rw-r--r--sepolicy/vendor/qcom/common/qtidataservices_app.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/vendor/qcom/common/qtidataservices_app.te b/sepolicy/vendor/qcom/common/qtidataservices_app.te
index 9f40e706..2910171a 100644
--- a/sepolicy/vendor/qcom/common/qtidataservices_app.te
+++ b/sepolicy/vendor/qcom/common/qtidataservices_app.te
@@ -5,6 +5,7 @@ net_domain(qtidataservices_app)
hwbinder_use(qtidataservices_app)
allow qtidataservices_app hal_datafactory_hwservice:hwservice_manager find;
+allow qtidataservices_app activity_service:service_manager find;
allow qtidataservices_app location_service:service_manager find;
allow qtidataservices_app radio_service:service_manager find;
allow qtidataservices_app registry_service:service_manager find;