Unverified Commit 59f9c672 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

nixos/murmur: Set ProtectControlGroups to `strict` (#448637)

parents f7b73dd6 05c5d780
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ in
        PrivateMounts = true;
        PrivateTmp = true;
        ProtectClock = true;
        ProtectControlGroups = true;
        ProtectControlGroups = "strict";
        ProtectHome = true;
        ProtectHostname = true;
        ProtectKernelLogs = true;