xoxys.kernel/templates/etc/sysctl.d/99-dump.conf.j2
Robert Kaussow 626c156b74
All checks were successful
continuous-integration/drone/push Build is passing
feat: add option to add custom sysctl configs (#2)
2023-01-29 15:31:08 +01:00

11 lines
284 B
Django/Jinja

#jinja2: lstrip_blocks: True
{{ ansible_managed | comment }}
# Controls whether core dumps will append the PID to the core filename
kernel.core_uses_pid = 1
# Disable storing core dumps
kernel.core_pattern = |/bin/false
# Disable core dumps for setuid programs
fs.suid_dumpable = 0