openstack-ansible/releasenotes/notes/enable-lsm-bae903e463079a3f.yaml
Jesse Pretorius bb69b667f0 Update all SHAs for Newton-1 2016-06-02
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.

Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
2016-06-02 21:05:45 +00:00

15 lines
478 B
YAML

---
features:
- |
The Linux Security Module (LSM) that is appropriate for the Linux
distribution in use will be automatically enabled by the security role by
default. Deployers can opt out of this change by setting the following
Ansible variable:
.. code-block:: yaml
security_enable_linux_security_module: False
The documentation for STIG V-51337 has more information about how each
LSM is enabled along with special notes for SELinux.