TryQuiet / quiet

A private, p2p alternative to Slack and Discord built on Tor & IPFS
https://www.tryquiet.org
GNU General Public License v3.0
1.98k stars 86 forks source link

Sandbox error on linux #2656

Open kingalg opened 3 days ago

kingalg commented 3 days ago

Version - 2.3.2-alpha.x Linux version: Ubuntu 24.4.1

When the user tries to open Quiet on Linux, they get this error:

[5453:1105/091602.943241:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_Quiet-a1VyUr/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

It's possible to open Quiet and use it as usual, but the user needs to use this comment before trying to open Quiet (every time):

sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

This happens for the Alpha and Prod versions. As both of them worked previously on my computer, and the only thing I changed was updating Linux, I guess that our issue may be with the newest Ubuntu. Isla checked on the same system (the same version as well) and got the same error message.