Give Netlink Interceptor route_socket perms
VTS for Netlink Interceptor needs access to netlink_route_socket, and other services routing traffic to Netlink Interceptor may as well. Bug: 201467304 Test: VtsHalNetlinkInterceptorV1_0Test Change-Id: Ic52e54f1eec7175154d2e89e307740071b1ba168
This commit is contained in:
parent
825936c473
commit
7129b929e3
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ binder_call(hal_nlinterceptor, servicemanager)
|
|||
|
||||
allow hal_nlinterceptor self:global_capability_class_set net_admin;
|
||||
allow hal_nlinterceptor self:netlink_generic_socket create_socket_perms_no_ioctl;
|
||||
allow hal_nlinterceptor self:netlink_route_socket { nlmsg_readpriv nlmsg_write };
|
||||
allow hal_nlinterceptor self:netlink_route_socket { create_socket_perms_no_ioctl nlmsg_readpriv nlmsg_write };
|
||||
|
|
Loading…
Reference in a new issue