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

nixos/glance: fix broken server stats (#395859)

parents bb4c51ae 2728be7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ in
        ProtectKernelModules = true;
        ProtectKernelTunables = true;
        ProtectControlGroups = true;
        ProcSubset = "pid";
        ProcSubset = "all";
        RestrictNamespaces = true;
        RestrictRealtime = true;
        SystemCallArchitectures = "native";