-
Notifications
You must be signed in to change notification settings - Fork 50
Not working on Debian 10 SUID Error #1465
Comments
|
+1 on the issue, also on Debian. This error often comes up in Electron, I second @stevavoliajvar 's guess. I'd rather not disable the sandbox. Update: Hmmm, I just discovered this thread about the same issue in a different AppImage, there commenters suggest running Here's another resource on the issue, the third solution should work for Debian users, though I don't know what the security ramifications are, nor are they mentioned in the article. The issue thread from Patchwork (linked above) also considered this as an option in their |
You can fix it like this: $ sudo sysctl kernel.unprivileged_userns_clone=1 Don't worry it's not actually doing anything scary. It enables appimage's preferred security mechanism. If that preferred mechanism is not enabled, it falls back to the nasty old sandbox thing, which also fails with that sandbox error message. Running with |
And do this if you want it to persist across boots: $ echo 'kernel.unprivileged_userns_clone=1' | sudo tee --append /etc/sysctl.d/local.conf |
Hi,
I wan’t to try out radicle, downloaded app and sadly system won’t run it.
I am running Debian 10.
The error I get is this:
I cannot chmod that file, it’s like it doesn’t exist, tried with sudo and everything.
My guess is that this is some Electron problem.
Any ideas on how to fix this ?
The text was updated successfully, but these errors were encountered: