Host: allow netlink raw

Querying a DNS server using it's hostname results in an apparmor denial: `host google.com dns.google.com`

`apparmor="DENIED" operation="create" class="net" profile="host" pid=00000 comm="host" family="netlink" sock_type="raw" protocol=0 requested_mask="create" denied_mask="create"`
This commit is contained in:
doublez13 2025-08-08 12:35:52 -06:00 committed by Alexandre Pujol
parent 3f37b64668
commit c26d3e9755
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -18,6 +18,7 @@ profile host @{exec_path} {
network inet6 dgram,
network inet stream,
network inet6 stream,
network netlink raw,
@{exec_path} mr,