logrotate: allow access to unix socket (#387522)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user