Merge "Fix avc denied for hal_radioext_default" into main

This commit is contained in:
Aaron Tsai 2024-01-05 02:58:01 +00:00 committed by Android (Google) Code Review
commit a51aa5a582
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 };