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

This commit is contained in:
Thomas Gerbet
2025-10-08 06:00:22 +00:00
committed by GitHub

View File

@@ -350,7 +350,7 @@ in
PrivateMounts = true;
PrivateTmp = true;
ProtectClock = true;
ProtectControlGroups = true;
ProtectControlGroups = "strict";
ProtectHome = true;
ProtectHostname = true;
ProtectKernelLogs = true;