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:
commit
bd2e0e7e30
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue