Update sepolicy for service renaming in ag/16267310.
Note: the service was renamed following ApiLint.kt suggestions.
Ignore-AOSP-First: tied to launch of new upcoming hardware.
Test: atest CtsAppTestCases:CommunalManagerTest
Bug: 206054365
Change-Id: Ieca5eba540e77af09d6a1cfe03cc29a988503b5b
diff --git a/private/service.te b/private/service.te
index 2c4a790..c34c835 100644
--- a/private/service.te
+++ b/private/service.te
@@ -1,6 +1,6 @@
type attention_service, system_server_service, service_manager_type;
type compos_service, service_manager_type;
-type communal_manager_service, app_api_service, system_server_service, service_manager_type;
+type communal_service, app_api_service, system_server_service, service_manager_type;
type dynamic_system_service, system_api_service, system_server_service, service_manager_type;
type gsi_service, service_manager_type;
type incidentcompanion_service, system_api_service, system_server_service, service_manager_type;