xoxys.kernel/templates/etc/sysctl.d/dump.conf.j2

10 lines
255 B
Django/Jinja

{{ 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