nixos/jenkins: Set ProtectSystem to strict (#472066)

This commit is contained in:
Paul Haerle
2026-03-16 09:44:48 +00:00
committed by GitHub
@@ -275,7 +275,10 @@ in
ProtectKernelModules = true;
ProtectKernelTunables = true;
ProtectProc = "invisible";
ProtectSystem = "full";
ProtectSystem = "strict";
ReadWritePaths = [
cfg.home
];
RemoveIPC = true;
RestrictAddressFamilies = [
"AF_UNIX"