From 2e19d4fdf5b9a47e75cd16df396d68f11c0a3c14 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Fri, 27 Dec 2024 22:13:21 +0100 Subject: [PATCH] Adds info about new workaround --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d92730b..78d837d1 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,9 @@ For Natural breaks, you might need some packages too (`libxss-dev`). If *Stretchly* is not starting, you might need to run: ```sh sudo sysctl kernel.unprivileged_userns_clone=1 +sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 ``` -Read more [here](https://github.com/electron/electron/issues/17972). Depending on your distro, you probably want to do something similar to this, so the preferences are kept after reboot: Add `kernel.unprivileged_userns_clone=1` to `/etc/sysctl.d/00-local-userns.conf` and reboot. +Read more [here](https://github.com/electron/electron/issues/17972). Depending on your distro, you probably want to do something similar to this, so the preferences are kept after reboot: Add `kernel.unprivileged_userns_clone=1` and `kernel.apparmor_restrict_unprivileged_userns=0` to `/etc/sysctl.d/00-local-userns.conf` and reboot. ### Running from source