Skip to content
Snippets Groups Projects
Commit bd2e0e7e authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

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

* commit '0a52df50':
  Give bootanimation access to /dev/snd files so it can use tinyalsa
parents c1685dfd 0a52df50
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment