[Backport release-26.05] nixos/zigbee2mqtt: add AF_UNIX to RestrictAddressFamilies (#533681)

This commit is contained in:
Martin Weinelt 2026-06-20 19:53:52 +00:00 committed by GitHub
commit 4fc2687053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,6 +113,7 @@ in
"AF_INET"
"AF_INET6"
"AF_NETLINK"
"AF_UNIX"
];
RestrictNamespaces = true;
RestrictRealtime = true;