nixos/stalwart: Allow AF_UNIX address family for journal tracer

This commit is contained in:
provokateurin
2026-05-29 15:59:39 +02:00
parent e57b4b86af
commit 546e8cadac
+1
View File
@@ -273,6 +273,7 @@ in
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
"AF_UNIX"
];
RestrictNamespaces = true;
RestrictRealtime = true;