Update selinux documentation to reference an example

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-07-15 12:17:37 -06:00
parent 212b57f095
commit 6fa369bc4d
2 changed files with 11 additions and 2 deletions

View File

@@ -42,10 +42,13 @@ do have to make some configuration changes.
for the provisioning file system. That change is made like: ``$
sudo wwctl profile set --root tmpfs default``.
#. That is all you have to do to ensure that Warewulf will probably
#. That is all you have to do to ensure that Warewulf will
support SELinux. Once that is done, you just need to enable SELinux
in ``/etc/sysconfig/selinux`` and install the appropriate profiles
into the container.
into the container. `An example`_ of such a container is in the
warewulf-node-images repository.
.. _An example: https://github.com/warewulf/warewulf-node-images/tree/main/examples/rockylinux-9-selinux
Provisioning Security
=====================