db181732c6
In instack-undercloud we manage the selinux configuration during the deployment. This change exposes the configuration as a new tripleo service for selinux so we can configure it. Change-Id: I2109bf62e307df92b6bdb57600c58dd61482f46d Partial-Bug: #1779005
7 lines
240 B
YAML
7 lines
240 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support to be able to configure SELinux with the containerized
|
|
undercloud. By default it is `enforcing`. To disable SELinux, use
|
|
`SELinuxMode: permissive` as part of the deployment extra configuration.
|