Commit 4fb64fb8 authored by Felix Singer's avatar Felix Singer
Browse files

nixos/redmine: Set ProtectControlGroups to `strict`

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