Commit 05c5d780 authored by Felix Singer's avatar Felix Singer
Browse files

nixos/murmur: Set ProtectControlGroups to `strict`

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