Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add uts|usr ns|ipc flags in apptainer.conf #187

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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