From 0ab1ba3177944581ced0efb7ca3c8368fb104ea3 Mon Sep 17 00:00:00 2001 From: John Chittum Date: Wed, 5 Jun 2024 12:42:48 -0400 Subject: [PATCH] docs: update Ubuntu info for electron sandboxing starting in Ubuntu 23.10, and officially in 24.04, userns is disable in Ubuntu. Add information about userns working prior to 24.04 and linking to the Ubuntu release notes explaining userns and workarounds --- source/user-guide/troubleshooting/electron-sandboxing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/user-guide/troubleshooting/electron-sandboxing.rst b/source/user-guide/troubleshooting/electron-sandboxing.rst index d285bc1..6d92d8c 100644 --- a/source/user-guide/troubleshooting/electron-sandboxing.rst +++ b/source/user-guide/troubleshooting/electron-sandboxing.rst @@ -3,7 +3,7 @@ I have issues with Electron-based AppImages and their sandboxing ================================================================ -AppImages based on `Electron `__ require the kernel to be configured in a certain way to allow for its sandboxing to work as intended (specifically, the kernel needs to be allowed to provide "unprivileged namespaces"). Many distributions come with this configured out of the box (like `Ubuntu `__ for instance), but some do not (for example `Debian `__). +AppImages based on `Electron `__ require the kernel to be configured in a certain way to allow for its sandboxing to work as intended (specifically, the kernel needs to be allowed to provide "unprivileged namespaces"). Many distributions come with this configured out of the box (like `Ubuntu `__ prior to `24.04 `__), but some do not (for example `Debian `__). .. warning::