This CL fixes the following denials auditd : avc: denied { find } for interface=vendor.google.whitechapel.audio.audioext::IAudioExt sid=u:r:radio:s0 pid=2676 scontext=u:r:radio:s0 tcontext=u:object_r:hal_audio_ext_hwservice:s0 tclass=hwservice_manager permissive=0 auditd : type=1400 audit(0.0:2983): avc: denied { call } for comm="binder:2617_3" scontext=u:r:radio:s0 tcontext=u:r:hal_audio_default:s0 tclass=binder permissive=0 Bug: 267802258 Test: Live network testing and verified the AudioExt HAL message Change-Id: Iffa2bcc9b8fa56c383cb765b7cbdf1ff667376c5
6 lines
335 B
Text
6 lines
335 B
Text
allow radio radio_vendor_data_file:dir rw_dir_perms;
|
|
allow radio radio_vendor_data_file:file create_file_perms;
|
|
allow radio vendor_ims_app:udp_socket { getattr read write setopt shutdown };
|
|
allow radio aoc_device:chr_file rw_file_perms;
|
|
allow radio hal_audio_ext_hwservice:hwservice_manager find;
|
|
binder_call(radio, hal_audio_default)
|