From 18e605558bd7223f8144752cc804b851c5d4b763 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 13 Sep 2025 23:27:59 +0300 Subject: b4s4: Resolve qtidataservices denial Fixes fatal crash of the dataservices app Change-Id: I4acfa9eef648cbb36f1900cad91fc4fe19a9fe5d --- sepolicy/vendor/qcom/common/qtidataservices_app.te | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3