diff --git a/sepolicy/private/dataservice_app.te b/sepolicy/private/dataservice_app.te index 3a8303cd..b0c16a3c 100644 --- a/sepolicy/private/dataservice_app.te +++ b/sepolicy/private/dataservice_app.te @@ -11,3 +11,4 @@ allow dataservice_app app_api_service:service_manager find; allow dataservice_app radio_service:service_manager find; allow dataservice_app radio_data_file:dir create_dir_perms; +allow dataservice_app radio_data_file:file create_file_perms; diff --git a/sepolicy/vendor/qcom/common/qtidataservices_app.te b/sepolicy/vendor/qcom/common/qtidataservices_app.te index 32b410ce..f94f7af0 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) add_hwservice(qtidataservices_app, hal_cacert_hwservice) allow qtidataservices_app hal_datafactory_hwservice:hwservice_manager find; +allow qtidataservices_app hal_iwlan_hwservice:hwservice_manager find; allow qtidataservices_app radio_service:service_manager find; allow qtidataservices_app self:qipcrtr_socket create_socket_perms_no_ioctl;