ansible-hardening/doc/metadata/rhel7/RHEL-07-030350.rst
Major Hayden 42ca47bb41 Set space_left in auditd [+Docs]
This patch sets the `space_left` in the auditd config to 25% of the disk
space on the root disk. Deployers can customize this variable.

Documentation is included.

Implements: blueprint security-rhel7-stig
Change-Id: I7a91a756fb920decbd1056e7f11f7dd548f2cac8
2016-12-08 16:23:59 -06:00

430 B

---id: RHEL-07-030350 status: implemented tag: auditd ---

The space_left configuration is set to 25% of the size of the disk mounted on /. This calculation is done automatically.

Deployers can set a custom threshold for the space_left configuration (in megabytes) by setting the following Ansible variable:

# Example: A setting of 1GB (1024MB)
security_rhel7_auditd_space_left: 1024