Renaming adaptive authentication selinux entries
Renaming adaptive authentication selinux entries to authentication
policy due to renaming of service in ag/30406826
Test: m -j
Change-Id: Id057ce58c34ec16166d5c4b205f3c07e5730ed55
diff --git a/private/service.te b/private/service.te
index 31b3d73..72949f9 100644
--- a/private/service.te
+++ b/private/service.te
@@ -1,5 +1,5 @@
-type adaptive_authentication_service, system_api_service, system_server_service, service_manager_type;
type ambient_context_service, app_api_service, system_server_service, service_manager_type;
+type authentication_policy_service, system_api_service, system_server_service, service_manager_type;
# These types will be public starting at board api 202504
until_board_api(202504, `
diff --git a/private/service_contexts b/private/service_contexts
index 26ba680..56268b6 100644
--- a/private/service_contexts
+++ b/private/service_contexts
@@ -144,7 +144,6 @@
account u:object_r:account_service:s0
activity u:object_r:activity_service:s0
activity_task u:object_r:activity_task_service:s0
-adaptive_authentication u:object_r:adaptive_authentication_service:s0
adb u:object_r:adb_service:s0
adservices_manager u:object_r:adservices_manager_service:s0
starting_at_board_api(202504, `
@@ -206,6 +205,7 @@
attention u:object_r:attention_service:s0
audio u:object_r:audio_service:s0
auth u:object_r:auth_service:s0
+authentication_policy u:object_r:authentication_policy_service:s0
autofill u:object_r:autofill_service:s0
background_install_control u:object_r:bg_install_control_service:s0
backup u:object_r:backup_service:s0