Skip to content

Commit

Permalink
Merge pull request #187 from JasonYangShadow/issue/317
Browse files Browse the repository at this point in the history
add uts|usr ns|ipc flags in apptainer.conf
  • Loading branch information
DrDaveD authored Feb 13, 2025
2 parents 334f07e + 3825585 commit efff262
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configfiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@ namespace when running their containers through the ``--pid`` flag.
Using the PID namespace can confuse the process tracking of some
resource managers, as well as some MPI implementations.

``allow user ns``: This option controls the creation of user namespaces. If
set to ``no``, this will prevent execution of containers with the ``--userns``
or ``--fakeroot`` flags, and unprivileged installations of {Project}.

``allow uts ns``: Likewise, this option determines whether users can make use
of the UTS namespace when running their containers. If sets to ``no``, it
disables the ``--uts`` and ``--hostname`` flags.

``allow ipc ns``: Likewise, this option determines whether users can request
the IPC namespace. If sets to ``no``, it disable the use of the ``--ipc`` flag.

Configuration Files
===================

Expand Down

0 comments on commit efff262

Please sign in to comment.