![Major Hayden](/assets/img/avatar_default.png)
This patch updates the documentation for the developer notes associated with the Cat 2 (Medium) controls applied by the security role. Partial-bug: 1583744 Change-Id: Ic342f33942521db009185585a21208a4688f6ed3
12 lines
427 B
ReStructuredText
12 lines
427 B
ReStructuredText
The default setting for ``security_max_log_file`` in Ubuntu 14.04, Ubuntu
|
|
16.04, and CentOS 7 matches the STIG requirement of rotating logs when they
|
|
reach 6MB. The Ansible task for this STIG requirement ensures that the secure
|
|
default is maintained.
|
|
|
|
Deployers who want to exceed the STIG guideline can increase the size of logs
|
|
by adjusting the following Ansible variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_max_log_file: 6
|