Skip to content

Commit

Permalink
Merge pull request #1536 from hovancik/fix/buntu
Browse files Browse the repository at this point in the history
Adds info about new workaround
  • Loading branch information
hovancik authored Dec 27, 2024
2 parents 2b35f6e + 2e19d4f commit 009173d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 009173d

Please sign in to comment.