dnsmasq - allow getattr on unix stream sockets
Fix for:
type=1400 audit(): avc: denied { getattr } for comm="dnsmasq" path="socket:[25224]" dev="sockfs" ino=25224 scontext=u:r:dnsmasq:s0 tcontext=u:r:netd:s0 tclass=unix_stream_socket permissive=0 b/77868789
Test: built and observed no more avc denials on aosp blueline
Bug: 77868789
Bug: 131268436
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I5af4d01e17f2d37335f523a49c7b1f81886edfa2
Merged-In: I5af4d01e17f2d37335f523a49c7b1f81886edfa2
(cherry picked from commit 210cdc6fa4
)
This commit is contained in:
parent
9bb7844efa
commit
5a56156bcc
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ allow dnsmasq netd:fifo_file { getattr read write };
|
|||
allow dnsmasq netd:netlink_kobject_uevent_socket { read write };
|
||||
allow dnsmasq netd:netlink_nflog_socket { read write };
|
||||
allow dnsmasq netd:netlink_route_socket { read write };
|
||||
allow dnsmasq netd:unix_stream_socket { read write };
|
||||
allow dnsmasq netd:unix_stream_socket { getattr read write };
|
||||
allow dnsmasq netd:unix_dgram_socket { read write };
|
||||
allow dnsmasq netd:udp_socket { read write };
|
||||
|
|
Loading…
Reference in a new issue