diff --git a/bootanim.te b/bootanim.te
index fb6f52744c5e609c5f203c3fe26f82f96300558e..e0e25b9672b31ff903b20add3e26f5726ea99f81 100644
--- a/bootanim.te
+++ b/bootanim.te
@@ -13,6 +13,9 @@ allow bootanim gpu_device:chr_file rw_file_perms;
 allow bootanim oemfs:dir search;
 allow bootanim oemfs:file r_file_perms;
 
+allow bootanim audio_device:dir r_dir_perms;
+allow bootanim audio_device:chr_file rw_file_perms;
+
 # Audited locally.
 service_manager_local_audit_domain(bootanim)
 auditallow bootanim { service_manager_type -surfaceflinger_service }:service_manager find;