nixos/stalwart: Allow AF_UNIX address family for journal tracer (#525587)

This commit is contained in:
Yt
2026-05-30 10:56:44 +00:00
committed by GitHub
+1
View File
@@ -273,6 +273,7 @@ in
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
"AF_UNIX"
];
RestrictNamespaces = true;
RestrictRealtime = true;