nixos/gerrit: Enable PrivateMounts hardening in service config (#448492)
This commit is contained in:
@@ -234,6 +234,7 @@ in
|
||||
LockPersonality = true;
|
||||
NoNewPrivileges = true;
|
||||
PrivateDevices = true;
|
||||
PrivateMounts = true;
|
||||
PrivateTmp = true;
|
||||
ProtectClock = true;
|
||||
ProtectControlGroups = "strict";
|
||||
|
||||
Reference in New Issue
Block a user