File: README.Debian

package info (click to toggle)
charliecloud 0.43-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,116 kB
  • sloc: python: 6,021; sh: 4,284; ansic: 3,863; makefile: 598
file content (14 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
charliecloud for Debian
-----------------------

Starting with Debian 11 (Bullseye), unprivileged user namespaces are enabled by
default (see [0] for further information). Such systems do not require any kernel
configuration adjustments to use Charliecloud.

On older Debian systems, unprivileged user namespaces are disabled by default.
To enable them, run the following commands:

  echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/00-local-userns.conf
  systemctl restart procps

[0] https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#linux-user-namespaces