Removing adaptive auth selinux entries
Removing adaptive auth selinux entries due to
renaming of service in ag/30270849
Fixes: 379203205
Test: m -j
Change-Id: I79148c54d45284c6314f885cac50ec6c30348d2b
(cherry picked from commit aac58aa958d92b726d82587ba96bbfe871ad8c03)
Merged-In: I79148c54d45284c6314f885cac50ec6c30348d2b
diff --git a/build/soong/service_fuzzer_bindings.go b/build/soong/service_fuzzer_bindings.go
index b7364bd..293d7de 100644
--- a/build/soong/service_fuzzer_bindings.go
+++ b/build/soong/service_fuzzer_bindings.go
@@ -160,7 +160,6 @@
"account": EXCEPTION_NO_FUZZER,
"activity": EXCEPTION_NO_FUZZER,
"activity_task": EXCEPTION_NO_FUZZER,
- "adaptive_auth": EXCEPTION_NO_FUZZER,
"adb": EXCEPTION_NO_FUZZER,
"adservices_manager": EXCEPTION_NO_FUZZER,
"aidl_lazy_test_1": EXCEPTION_NO_FUZZER,
diff --git a/private/service.te b/private/service.te
index 6c55ed4..366f5e3 100644
--- a/private/service.te
+++ b/private/service.te
@@ -1,4 +1,3 @@
-type adaptive_auth_service, system_server_service, service_manager_type;
type ambient_context_service, app_api_service, system_server_service, service_manager_type;
type attention_service, system_server_service, service_manager_type;
type bg_install_control_service, system_api_service, system_server_service, service_manager_type;
diff --git a/private/service_contexts b/private/service_contexts
index d1eecd5..3442b78 100644
--- a/private/service_contexts
+++ b/private/service_contexts
@@ -141,7 +141,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_auth u:object_r:adaptive_auth_service:s0
adb u:object_r:adb_service:s0
adservices_manager u:object_r:adservices_manager_service:s0
aidl_lazy_test_1 u:object_r:aidl_lazy_test_service:s0