Fix: do not guard advanced_protection behind starting_at_board_api
move `type advanced_protection` from public/service.te to
private/service.te, and remove the guard. Remove the guard from the
related files in `private/` as well as from `202404.ignore.cil`.
Bug: 352420507
Change-Id: I6e6f2807aaf98e3a4945476c8f814d0f4e4dd285
Test: TH
Flag: EXEMPT SEPolicy change that does not remove access
diff --git a/private/service.te b/private/service.te
index ce648c2..c61c787 100644
--- a/private/service.te
+++ b/private/service.te
@@ -64,6 +64,7 @@
type wearable_sensing_service, app_api_service, system_server_service, service_manager_type;
type wifi_mainline_supplicant_service, service_manager_type;
type dynamic_instrumentation_service, app_api_service, system_server_service, service_manager_type;
+type advanced_protection_service, app_api_service, system_server_service, service_manager_type;
is_flag_enabled(RELEASE_RANGING_STACK, `
type ranging_service, app_api_service, system_server_service, service_manager_type;