diff --git a/bootanim.te b/bootanim.te index 4f23659e05ebb355d0aad41feadd9fb82636bf50..35a4176c57ae82de9b934e28db36c1a6ad45646f 100644 --- a/bootanim.te +++ b/bootanim.te @@ -12,3 +12,6 @@ allow bootanim gpu_device:chr_file rw_file_perms; # /oem access 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;