Skip to content
Snippets Groups Projects
Commit 0a52df50 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Give bootanimation access to /dev/snd files so it can use tinyalsa

Bug: 17674304

Change-Id: Ide32833809bca8d3ed8ddc898748e25d7a692319
parent f2c01189
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; ...@@ -12,3 +12,6 @@ allow bootanim gpu_device:chr_file rw_file_perms;
# /oem access # /oem access
allow bootanim oemfs:dir search; allow bootanim oemfs:dir search;
allow bootanim oemfs:file r_file_perms; 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.
Please register or to comment