Add SELinux policy for accessing the AudioService
This is used by the playback notification API to get a reference to the AudioService with the help of the ServiceManager. Change-Id: I70324cf0579fd029ee9b3a20115bdab9106d24a8 Test: avd/avd_boot_test Bug: 235521198
This commit is contained in:
parent
f97d76d210
commit
3fc7d83663
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ allow audioserver scheduling_policy_service:service_manager find;
|
|||
allow audioserver mediametrics_service:service_manager find;
|
||||
allow audioserver sensor_privacy_service:service_manager find;
|
||||
allow audioserver soundtrigger_middleware_service:service_manager find;
|
||||
allow audioserver audio_service:service_manager find;
|
||||
|
||||
# Allow read/write access to bluetooth-specific properties
|
||||
set_prop(audioserver, bluetooth_a2dp_offload_prop)
|
||||
|
|
Loading…
Reference in a new issue