xoxys.kernel/templates/etc/sysctl.d/dump.conf.j2
Robert Kaussow b78a915858
All checks were successful
continuous-integration/drone/push Build is passing
revert some container related options
2022-09-18 23:22:27 +02:00

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