Robert Kaussow
626c156b74
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
284 B
Django/Jinja
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
|