ansible-hardening/doc/source/developer-notes/V-38675.rst
Major Hayden e954ff5c64 Docs: Update dev notes for Cat 1 controls
This patch updates the documentation for the developer notes associated
with the Cat 1 (Low) controls applied by the security role.

Partial-bug: 1583744

Change-Id: I19cab15d1bc7ce6e8604d63bf8184b9569207991
2016-05-24 16:22:12 +00:00

327 B

The security role will add a file in /etc/security/limits.d/ that disables core dumps for all users. Although this setting is more secure, it can prevent users from debugging kernel errors.

To opt-out of this change, set the following Ansible variable to no:

security_disable_core_dumps: no