diff --git a/public/service.te b/public/service.te index dd80f92bc82591820aee02dc1d162008857625d1..10222ebd6fbd1827d87c905ff055f8bbf75a1a87 100644 --- a/public/service.te +++ b/public/service.te @@ -41,7 +41,7 @@ type accessibility_service, app_api_service, ephemeral_app_api_service, system_s type account_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type activity_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type activity_task_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; -type adb_service, system_server_service, service_manager_type; +type adb_service, system_api_service, system_server_service, service_manager_type; type alarm_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type app_binding_service, system_server_service, service_manager_type; type appops_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;