am 0a52df50: Give bootanimation access to /dev/snd files so it can use tinyalsa

* commit '0a52df50207e6b398278d6faae026ce04eb13602':
  Give bootanimation access to /dev/snd files so it can use tinyalsa
This commit is contained in:
Mike Lockwood 2014-10-06 19:28:46 +00:00 committed by Android Git Automerger
commit bd2e0e7e30

View file

@ -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;