SEPolicy change to allow ImsMedia to set priority of audio threads.
Setting real-time thread priority for audio threads is a must to handle voice stream during vowifi calls. AVC Error: auditd : avc: denied { find } for pid=9346 uid=1001 name=scheduling_policy scontext=u:r:radio:s0 tcontext=u:object_r:scheduling_policy_service:s0 tclass=service_manager permissive=0 Bug: 309727903 Bug: 308517246 Test: adb shell 'ps -Tl -p ' Change-Id: Ib37aa1018ee63433ad878d1319a0c8158754befd
This commit is contained in:
parent
fac134469c
commit
6b3841bea3
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ allow radio vendor_ims_app:udp_socket { getattr read write setopt shutdown };
|
||||||
allow radio aoc_device:chr_file rw_file_perms;
|
allow radio aoc_device:chr_file rw_file_perms;
|
||||||
allow radio hal_audio_ext_hwservice:hwservice_manager find;
|
allow radio hal_audio_ext_hwservice:hwservice_manager find;
|
||||||
binder_call(radio, hal_audio_default)
|
binder_call(radio, hal_audio_default)
|
||||||
|
allow radio scheduling_policy_service:service_manager find;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue