Skip to content

Commit

Permalink
Merge pull request #156 from DrDaveD/pick155
Browse files Browse the repository at this point in the history
List FUSE as a kernel requirement (1.3)
  • Loading branch information
DrDaveD committed Mar 25, 2024
2 parents 87dccf3 + 95af4fd commit b9bb1db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ at least 2GB of RAM is recommended when building from source.

Full functionality of {Project} requires that the kernel supports:

- **FUSE** - Required to mount SIF files, for fuse-overlayfs
on older kernels (see OverlayFS below), and for mounting ext3
overlay filesystems.
The kernels of all major Linux operating systems support FUSE by
default, but system administrators must not disable it. If system
administrators do not want users to mount FUSE filesystems in the
primary namespace, they can remove or not install the ``fuse``
package which contains the privileged ``fusermount`` program.
{Project} does not use ``fusermount`` in any mode.

- **Unprivileged user namespaces** - (minimum kernel >=3.8, >=4.18
or 3.10.0-1127 on RHEL7 recommended)
Required to run containers without root or setuid privilege.
Expand Down

0 comments on commit b9bb1db

Please sign in to comment.