Commit 37e40baa authored by Felix Singer's avatar Felix Singer
Browse files

nixos/gerrit: Set ProtectControlGroups to `strict`

parent 79969e66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ in
        PrivateDevices = true;
        PrivateTmp = true;
        ProtectClock = true;
        ProtectControlGroups = true;
        ProtectControlGroups = "strict";
        ProtectHome = true;
        ProtectHostname = true;
        ProtectKernelLogs = true;