Fix avc denied in MMAP audio exclusive mode am: b4bab832f9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14063265 Change-Id: Ib5a43be93cfcff6ec0a4f2a6e10db267f7c2047c
This commit is contained in:
commit
b67548e8cf
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ allow hal_audio_default aoc_device:chr_file rw_file_perms;
|
|||
|
||||
allow hal_audio_default hal_audio_ext_hwservice:hwservice_manager { find add };
|
||||
|
||||
#allow access to DMABUF Heaps for AAudio API
|
||||
allow hal_audio_default dmabuf_heap_device:chr_file r_file_perms;
|
||||
|
||||
get_prop(hal_audio_default, vendor_audio_prop);
|
||||
|
||||
userdebug_or_eng(`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue