adbd: do not audit vsock_socket create
BUG: 123569840 Change-Id: I8f2b1dc05a0aef07ea5662b4febcbc3bc6f6a882
This commit is contained in:
parent
da446bf952
commit
7c84772382
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ allow adbd self:global_capability_class_set setpcap;
|
|||
# ignore spurious denials for adbd when disk space is low.
|
||||
dontaudit adbd self:global_capability_class_set sys_resource;
|
||||
|
||||
# adbd probes for vsock support. Do not generate denials when
|
||||
# this occurs. (b/123569840)
|
||||
dontaudit adbd self:{ socket vsock_socket } create;
|
||||
|
||||
# Create and use network sockets.
|
||||
net_domain(adbd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue