Allow ephemeral apps to access the protolog configuration service

Ephemeral like normal apps write to protolog which needs access to the protolog configuration service to determine which tracing configuration to use and keep the configuration in sync across all apps.

This lack of permission provided to ephemeral apps is currently causing IME CTS tests which use instant apps to fail.

Bug: 374157530
Change-Id: I84a42f9038fa4e39fa18adf268420e5be5f563e3
diff --git a/private/service.te b/private/service.te
index 6912eb9..ab9351c 100644
--- a/private/service.te
+++ b/private/service.te
@@ -20,7 +20,7 @@
 type mmd_service,                    service_manager_type;
 type on_device_intelligence_service, app_api_service, system_server_service, service_manager_type, isolated_compute_allowed_service;
 type profcollectd_service,           service_manager_type;
-type protolog_configuration_service, app_api_service, system_api_service, system_server_service, service_manager_type;
+type protolog_configuration_service, app_api_service, system_api_service, system_server_service, service_manager_type, ephemeral_app_api_service;
 type resolver_service,               system_server_service, service_manager_type;
 type rkpd_registrar_service,         service_manager_type;
 type rkpd_refresh_service,           service_manager_type;