Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2024
1 parent 5fb8b1f commit c029610
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions docs/main/_sources/contents/security.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====================
Expand Down
5 changes: 3 additions & 2 deletions docs/main/contents/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,11 @@ <h2>SELinux<a class="headerlink" href="#selinux" title="Link to this heading">
for SELinux. Instead you must configure Warewulf to use <code class="docutils literal notranslate"><span class="pre">tmpfs</span></code>
for the provisioning file system. That change is made like: <code class="docutils literal notranslate"><span class="pre">$</span>
<span class="pre">sudo</span> <span class="pre">wwctl</span> <span class="pre">profile</span> <span class="pre">set</span> <span class="pre">--root</span> <span class="pre">tmpfs</span> <span class="pre">default</span></code>.</p></li>
<li><p>That is all you have to do to ensure that Warewulf will probably
<li><p>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 <code class="docutils literal notranslate"><span class="pre">/etc/sysconfig/selinux</span></code> and install the appropriate profiles
into the container.</p></li>
into the container. <a class="reference external" href="https://github.com/warewulf/warewulf-node-images/tree/main/examples/rockylinux-9-selinux">An example</a> of such a container is in the
warewulf-node-images repository.</p></li>
</ol>
</section>
<section id="provisioning-security">
Expand Down
2 changes: 1 addition & 1 deletion docs/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit c029610

Please sign in to comment.