kubeasz/roles/os-harden/templates/etc/profile.d/profile.conf.j2

5 lines
238 B
Plaintext
Raw Normal View History

2021-01-19 23:35:31 +08:00
{{ ansible_managed | comment }}
# Disable core dumps via soft limits for all users. Compliance to this setting is voluntary and can be modified by users up to a hard limit. This setting is a sane default.
ulimit -S -c 0 > /dev/null 2>&1