Add charmhelpers.contrib.hardening and calls to install, config-changed, upgrade-charm and update-status hooks. Also add new config option to allow one or more hardening modules to be applied at runtime. Change-Id: I7e6abb16d16d08575cad4f3a52b6fc54b3ac01c2
8 lines
435 B
Plaintext
8 lines
435 B
Plaintext
###############################################################################
|
|
# WARNING: This configuration file is maintained by Juju. Local changes may
|
|
# be overwritten.
|
|
###############################################################################
|
|
{% if disable_core_dump -%}
|
|
# Prevent core dumps for all users. These are usually only needed by developers and may contain sensitive information.
|
|
* hard core 0
|
|
{% endif %} |