nixos/gerrit: Enable PrivateMounts hardening in service config (#448492)

This commit is contained in:
Florian Klink
2025-10-05 13:24:15 +00:00
committed by GitHub
@@ -234,6 +234,7 @@ in
LockPersonality = true;
NoNewPrivileges = true;
PrivateDevices = true;
PrivateMounts = true;
PrivateTmp = true;
ProtectClock = true;
ProtectControlGroups = "strict";