Files
ansible-hardening/doc/metadata/rhel7/RHEL-07-030753.rst
Major Hayden 1335d0b0df [Docs] Audit rules
This patch adds documentation for the audit rule changes found in:

  https://review.openstack.org/395783

Implements: blueprint security-rhel7-stig
Change-Id: I7e30f10fa0a80824cca70c6a4d77488d28573f92
2016-11-10 19:31:31 +00:00

17 lines
340 B
ReStructuredText

---
id: RHEL-07-030753
status: implemented
tag: auditd
---
The tasks add a rule to auditd that logs each time the ``unlink`` command is
used.
Deployers can opt-out of this change by setting an Ansible variable:
.. code-block:: yaml
security_rhel7_audit_unlink: no
This rule is compatible with x86, x86_64, and ppc64 architectures.