Fix instructions for opting in to V-72115

The docs previously specified that the wrong boolean value should be set
in order to opt-in to control V-72115. The variable
security_rhel7_audit_lsetxattr has a value of no by default.

Change-Id: I2701ada847404a629de44a548ace2f5e9424638d
This commit is contained in:
Eric Amador 2018-06-12 14:08:04 -04:00
parent ce53f4afd3
commit b038fd9374
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ Deployers can opt in for this change by setting the following Ansible variable:
.. code-block:: yaml
security_rhel7_audit_lsetxattr: no
security_rhel7_audit_lsetxattr: yes
This rule is compatible with x86, x86_64, and ppc64 architectures.