diff options
| -rw-r--r-- | sepolicy/vendor/qcom/common/qtidataservices_app.te | 1 |
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; |
