sepolicy: Add rule for audioserver to find audio_service

Add rule for audioserver to find audio_service for AAudio usecase

Change-Id: I1cd1b621b362124a338973aaeff6341e6862418d
This commit is contained in:
Ramjee Singh 2019-06-03 14:40:57 +05:30
parent 16e5b65c4b
commit 6fec1e7355

View file

@ -44,3 +44,6 @@ userdebug_or_eng(`
')
# audio properties
get_prop(audioserver, vendor_audio_prop)
#allow access to ALSA MMAP FDs for AAudio API
allow audioserver audio_service:service_manager find;