Merge "Force SELinux to be in permissive mode"
This commit is contained in:
commit
d1d3a7e555
@ -6,5 +6,6 @@ package-installs
|
|||||||
pip-and-virtualenv
|
pip-and-virtualenv
|
||||||
pkg-map
|
pkg-map
|
||||||
runtime-ssh-host-keys
|
runtime-ssh-host-keys
|
||||||
|
selinux-permissive
|
||||||
source-repositories
|
source-repositories
|
||||||
svc-map
|
svc-map
|
||||||
|
@ -123,8 +123,7 @@ The *dynamic-login* element allows the operator to inject an SSH key at boot
|
|||||||
time via the kernel command line parameters:
|
time via the kernel command line parameters:
|
||||||
|
|
||||||
* Add ``sshkey="ssh-rsa <your public key here>"`` to ``pxe_append_params``
|
* Add ``sshkey="ssh-rsa <your public key here>"`` to ``pxe_append_params``
|
||||||
setting in the ``ironic.conf`` file. Disabling SELinux is required for
|
setting in the ``ironic.conf`` file.
|
||||||
systems where it is enabled, it can be done with ``selinux=0``.
|
|
||||||
|
|
||||||
.. warning:: Quotation marks around the public key are important!
|
.. warning:: Quotation marks around the public key are important!
|
||||||
|
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
The DIB-based ramdisk is now always built with SELinux set to permissive.
|
||||||
|
Enabling SELinux may result in broken ramdisks and does not make much
|
||||||
|
sense for IPA anyway.
|
Loading…
Reference in New Issue
Block a user