diff --git a/private/service_contexts b/private/service_contexts index 5414f1123ff0ef0166344ee474456617a03ac7ff..23b2e28c7040677a535a17556f4538f7d5701b1d 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -134,6 +134,7 @@ sip u:object_r:radio_service:s0 soundtrigger u:object_r:voiceinteraction_service:s0 statusbar u:object_r:statusbar_service:s0 storaged u:object_r:storaged_service:s0 +storagestats u:object_r:storagestats_service:s0 SurfaceFlinger u:object_r:surfaceflinger_service:s0 task u:object_r:task_service:s0 telecom u:object_r:telecom_service:s0 diff --git a/public/service.te b/public/service.te index 376208e4d6b1bfa6136960b83e44e0644e9faa29..8fcf5d077170f1477340e70f565cc020726382e1 100644 --- a/public/service.te +++ b/public/service.te @@ -113,6 +113,7 @@ type servicediscovery_service, app_api_service, system_server_service, service_m type settings_service, app_api_service, system_server_service, service_manager_type; type shortcut_service, app_api_service, system_server_service, service_manager_type; type statusbar_service, app_api_service, system_server_service, service_manager_type; +type storagestats_service, app_api_service, system_server_service, service_manager_type; type task_service, system_server_service, service_manager_type; type textservices_service, app_api_service, system_server_service, service_manager_type; type telecom_service, app_api_service, system_server_service, service_manager_type;