Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vault: set coredump ulimit to 0

authored by Jelle Besseling and committed by GitHub 53a3ddfa 04af42f3

+1
+1
nixos/modules/services/security/vault.nix
··· 221 221 ProtectHome = "read-only"; 222 222 AmbientCapabilities = "cap_ipc_lock"; 223 223 NoNewPrivileges = true; 224 + LimitCORE = 0; 224 225 KillSignal = "SIGINT"; 225 226 TimeoutStopSec = "30s"; 226 227 Restart = "on-failure";