2023-01-29 14:31:08 +00:00
|
|
|
#jinja2: lstrip_blocks: True
|
2019-11-03 23:22:18 +00:00
|
|
|
{{ ansible_managed | comment }}
|
2022-09-13 19:45:54 +00:00
|
|
|
# Controls whether core dumps will append the PID to the core filename
|
|
|
|
kernel.core_uses_pid = 1
|
|
|
|
|
2022-09-18 21:22:27 +00:00
|
|
|
# Disable storing core dumps
|
|
|
|
kernel.core_pattern = |/bin/false
|
|
|
|
|
2022-09-13 19:45:54 +00:00
|
|
|
# Disable core dumps for setuid programs
|
2019-11-03 23:22:18 +00:00
|
|
|
fs.suid_dumpable = 0
|