You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On debian-based system this feature might be disabled by default.
37
+
You can also try reading `/proc/sys/kernel/unprivileged_userns_clone`. This flag should be present, and set to `1`:
38
+
39
+
```console
40
+
$ cat /proc/sys/kernel/unprivileged_userns_clone
41
+
1
42
+
```
43
+
44
+
<!-- Tested on Debian-based and on Arch-based. -->
45
+
46
+
On Debian or Arch-based system this feature might be disabled by default.
38
47
However they provide a [sysctl switch](https://superuser.com/a/1122977)
39
48
to enable it at runtime.
40
49
50
+
Note that there [may](https://lists.debian.org/debian-kernel/2020/03/msg00237.html) be [security implications](https://security.stackexchange.com/questions/209529/what-does-enabling-kernel-unprivileged-userns-clone-do) to enabling user namespaces.
51
+
41
52
On RedHat / CentOS 7.4 user namespaces are disabled by default, but can be
0 commit comments