From d40576b3abe822ae9d12ba62f00ecc52cd33797b Mon Sep 17 00:00:00 2001 From: Sebastian Yaghoubi Date: Wed, 1 Jan 2025 14:54:00 -0800 Subject: [PATCH] chore: cleanup instructions for unsupported version Debian 10 is no longer a supported version, per content/manuals/engine/install/debian.md#os-requirements Signed-off-by: Sebastian Yaghoubi --- content/manuals/engine/security/rootless.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/manuals/engine/security/rootless.md b/content/manuals/engine/security/rootless.md index 4b78bdf34e..6f42a9296b 100644 --- a/content/manuals/engine/security/rootless.md +++ b/content/manuals/engine/security/rootless.md @@ -98,9 +98,6 @@ testuser:231072:65536 {{< tab name="Debian GNU/Linux" >}} - Install `dbus-user-session` package if not installed. Run `sudo apt-get install -y dbus-user-session` and relogin. -- For Debian 10, add `kernel.unprivileged_userns_clone=1` to `/etc/sysctl.conf` (or - `/etc/sysctl.d`) and run `sudo sysctl --system`. This step is not required on Debian 11. - - For Debian 11, installing `fuse-overlayfs` is recommended. Run `sudo apt-get install -y fuse-overlayfs`. This step is not required on Debian 12.