3015324460
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
8 lines
278 B
Text
8 lines
278 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_uwb_client, hal_uwb_server)
|
|
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)
|