Fix avc denied for hal_radioext_default

01-02 03:20:32.967   421   421 I auditd  : avc:  denied  { find } for pid=900 uid=1001 name=vendor.google.bluetooth_ext.IBTChannelAvoidance/default scontext=u:r:hal_radioext_default:s0 tcontext=u:object_r:hal_bluetooth_coexistence_service:s0 tclass=service_manager permissive=0

Bug: 318308344
Test: manual test
Change-Id: Ied0dd27d86cfc4512c08a26d02499ba9b816ed78
This commit is contained in:
Aaron Tsai 2024-01-03 04:20:25 +00:00
parent cc395b9c2b
commit 7c0879939a
2 changed files with 1 additions and 2 deletions

View file

@ -20,6 +20,7 @@ allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
# Bluetooth
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;
allow hal_radioext_default hal_bluetooth_coexistence_service:service_manager find;
# Twoshay
binder_use(hal_radioext_default)

View file

@ -1,4 +1,2 @@
# b/315105050
dontaudit hal_radioext_default radio_vendor_data_file:file { ioctl };
# b/318308344
dontaudit hal_radioext_default hal_bluetooth_coexistence_service:service_manager { find };