From c0da946f48add063033e186a3b9d13aa0a63139c Mon Sep 17 00:00:00 2001 From: neoyu Date: Fri, 17 Feb 2023 12:09:34 +0800 Subject: [PATCH] Fix avc denied for hal_radioext_default avc: denied { call } for comm="HwBinder:782_1" scontext=u:r:hal_radioext_default:s0 tcontext=u:r:hal_bluetooth_btlinux:s0 tclass=binder permissive=0 Bug: 269684065 Test: manual Change-Id: I5ebf280feafabf4688718197c79bd6c4cac6e8fe --- radio/hal_radioext_default.te | 1 + 1 file changed, 1 insertion(+) diff --git a/radio/hal_radioext_default.te b/radio/hal_radioext_default.te index bb2473ce..521c0950 100644 --- a/radio/hal_radioext_default.te +++ b/radio/hal_radioext_default.te @@ -7,6 +7,7 @@ get_prop(hal_radioext_default, hwservicemanager_prop) add_hwservice(hal_radioext_default, hal_radioext_hwservice) binder_call(hal_radioext_default, grilservice_app) +binder_call(hal_radioext_default, hal_bluetooth_btlinux) # RW /dev/oem_ipc0 allow hal_radioext_default radio_device:chr_file rw_file_perms;