diff --git a/public/service.te b/public/service.te index 7e40b279c..eda671d45 100644 --- a/public/service.te +++ b/public/service.te @@ -102,7 +102,7 @@ type country_detector_service, app_api_service, ephemeral_app_api_service, syste # with EMMA_INSTRUMENT=true. We should consider locking this down in the future. type coverage_service, system_server_service, service_manager_type; type cpuinfo_service, system_api_service, system_server_service, service_manager_type; -type credential_service, system_api_service, system_server_service, service_manager_type; +type credential_service, app_api_service, ephemeral_app_api_service, system_api_service, system_server_service, service_manager_type; type dataloader_manager_service, system_server_service, service_manager_type; type dbinfo_service, system_api_service, system_server_service, service_manager_type; type device_config_service, system_server_service, service_manager_type;