Unverified Commit 01e8036a authored by Izorkin's avatar Izorkin
Browse files

logrotate: allow access to unix socket

parent 89cd9e56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {