Bug: 187386527 Test: Boot and confirm HAL is up Signed-off-by: Michael Ayoubi <mayoubi@google.com> Change-Id: Ia9f3f90fba6981762fe375aa37c81f8474ad9c53
15 lines
593 B
Text
15 lines
593 B
Text
# HwBinder IPC from client to server
|
|
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)
|
|
|
|
# allow hal_uwb to set wpan interfaces up and down
|
|
allow hal_uwb self:udp_socket create_socket_perms;
|
|
allowxperm hal_uwb self:udp_socket ioctl { SIOCSIFFLAGS SIOCSIFHWADDR SIOCETHTOOL };
|
|
allow hal_uwb self:global_capability_class_set { net_admin };
|
|
|
|
# allow hal_uwb to speak to nl802154 in the kernel
|
|
allow hal_uwb self:netlink_generic_socket create_socket_perms_no_ioctl;
|