logrotate: allow access to unix socket (#387522)

This commit is contained in:
Martin Weinelt
2025-03-06 12:04:06 +01:00
committed by GitHub
+1 -1
View File
@@ -294,7 +294,7 @@ in
UMask = "0027";
} // lib.optionalAttrs (!cfg.allowNetworking) {
PrivateNetwork = true; # e.g. mail delivery
RestrictAddressFamilies = "none";
RestrictAddressFamilies = [ "AF_UNIX" ];
};
};
systemd.services.logrotate-checkconf = {