Merge "Untrack keystore SELinux denial on AVF RKP Hal" into main
diff --git a/private/keystore.te b/private/keystore.te
index b35a16e..53e5dd3 100644
--- a/private/keystore.te
+++ b/private/keystore.te
@@ -11,11 +11,6 @@
 # talk to keymint
 hal_client_domain(keystore, hal_keymint)
 
-# Ignore keystore attempts to access the AVF RKP Hal but keystore is not suppose to
-# access it.
-# TODO(b/312427637): Investigate the reason and fix the denial.
-dontaudit keystore hal_remotelyprovisionedcomponent_avf_service:service_manager { find };
-
 # This is used for the ConfirmationUI async callback.
 allow keystore platform_app:binder call;