Loading nixos/modules/services/continuous-integration/jenkins/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,10 @@ in ProtectKernelModules = true; ProtectKernelTunables = true; ProtectProc = "invisible"; ProtectSystem = "full"; ProtectSystem = "strict"; ReadWritePaths = [ cfg.home ]; RemoveIPC = true; RestrictAddressFamilies = [ "AF_UNIX" Loading Loading
nixos/modules/services/continuous-integration/jenkins/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,10 @@ in ProtectKernelModules = true; ProtectKernelTunables = true; ProtectProc = "invisible"; ProtectSystem = "full"; ProtectSystem = "strict"; ReadWritePaths = [ cfg.home ]; RemoveIPC = true; RestrictAddressFamilies = [ "AF_UNIX" Loading