diff options
-rw-r--r-- | install.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.md b/install.md index aca2a6c03..368cdd386 100644 --- a/install.md +++ b/install.md @@ -158,6 +158,12 @@ After that enable user namespaces: sudo sysctl kernel.unprivileged_userns_clone=1 ``` +To enable the user namespaces permanenty: + +``` +echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/userns.conf +``` + ### Building missing dependencies If any dependencies cannot be installed or are not sufficiently current, they have to be built from source. |