diff --git a/public/bootanim.te b/public/bootanim.te
index 3e0af8e1e5aaee2cc545d2f8e0101035bda6339e..71f9280e5dfe79be1d671895ada1936198cb31ba 100644
--- a/public/bootanim.te
+++ b/public/bootanim.te
@@ -17,6 +17,7 @@ allow bootanim audio_device:chr_file rw_file_perms;
 
 allow bootanim audioserver_service:service_manager find;
 allow bootanim surfaceflinger_service:service_manager find;
+allow bootanim audioserver_service:service_manager find;
 
 # Allow access to ion memory allocation device
 allow bootanim ion_device:chr_file rw_file_perms;
diff --git a/public/service.te b/public/service.te
index 180f498f2a4976bbe4850e222db356fac891d809..d1be52d21a7b286d25d4a6f4a16d6470340fe4f8 100644
--- a/public/service.te
+++ b/public/service.te
@@ -44,7 +44,7 @@ type IProxyService_service, app_api_service, system_server_service, service_mana
 type commontime_management_service, system_server_service, service_manager_type;
 type connectivity_metrics_logger_service, app_api_service, system_server_service, service_manager_type;
 type connectivity_service, app_api_service, system_server_service, service_manager_type;
-type connmetrics_service, system_server_service, service_manager_type;
+type connmetrics_service, app_api_service, system_server_service, service_manager_type;
 type consumer_ir_service, app_api_service, system_server_service, service_manager_type;
 type content_service, app_api_service, system_server_service, service_manager_type;
 type country_detector_service, app_api_service, system_server_service, service_manager_type;