nixos/matter-server: allow AF_UNIX sockets for dbus connections (#369203)

This commit is contained in:
Martin Weinelt
2024-12-30 21:53:25 +01:00
committed by GitHub
@@ -109,6 +109,7 @@ in
"AF_INET"
"AF_INET6"
"AF_NETLINK"
"AF_UNIX"
];
RestrictNamespaces = true;
RestrictRealtime = true;