charm-ceph-proxy/hooks/charmhelpers/contrib/hardening/host/templates/pinerolo_profile.sh

9 lines
472 B
Bash

###############################################################################
# WARNING: This configuration file is maintained by Juju. Local changes may
# be overwritten.
###############################################################################
# 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