Merge "Allow adbd to use vsock_socket"
This commit is contained in:
commit
4d8f634987
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ dontaudit adbd self:global_capability_class_set sys_resource;
|
|||
# this occurs. (b/123569840)
|
||||
dontaudit adbd self:{ socket vsock_socket } create;
|
||||
|
||||
# Allow adbd inside vm to forward vm's vsock.
|
||||
allow adbd self:vsock_socket { create_socket_perms_no_ioctl listen accept };
|
||||
|
||||
# Create and use network sockets.
|
||||
net_domain(adbd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue