Unverified Commit 942e79db authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixos/netbird: fix state directory mode (#371315)

parents e0678955 8e44bd9c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -425,6 +425,8 @@ in
          "netbird-mgmt"
          "netbird-mgmt/data"
        ];
        StateDirectoryMode = "0750";
        RuntimeDirectoryMode = "0750";
        WorkingDirectory = stateDir;

        # hardening