nixos/murmur: Set ProtectControlGroups to strict (#448637)
This commit is contained in:
@@ -350,7 +350,7 @@ in
|
||||
PrivateMounts = true;
|
||||
PrivateTmp = true;
|
||||
ProtectClock = true;
|
||||
ProtectControlGroups = true;
|
||||
ProtectControlGroups = "strict";
|
||||
ProtectHome = true;
|
||||
ProtectHostname = true;
|
||||
ProtectKernelLogs = true;
|
||||
|
||||
Reference in New Issue
Block a user