Allow uwb HAL client/server to talk to service manager
Denial logs: 08-27 21:43:18.716 801 801 W android.hardwar: type=1400 audit(0.0:4): avc: denied { call } for scontext=u:r:hal_uwb_default:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=0 Bug: 195308730 Test: Bootup default UWB HAL implementation on cuttlefish & verify UCI stack can talk to the HAL. Change-Id: I493af52513fd5b8f89d1375f80226ffa10c34f48
This commit is contained in:
parent
7ac013be94
commit
3015324460
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ binder_call(hal_uwb_server, hal_uwb_client)
|
|||
|
||||
hal_attribute_service(hal_uwb, hal_uwb_service)
|
||||
|
||||
binder_call(hal_uwb_server, servicemanager)
|
||||
binder_call(hal_uwb_client, servicemanager)
|
||||
|
|
Loading…
Reference in a new issue