Wrong SUID sandbox helper
- App version: 0.11.4-ubuntu0 (PPA)
- Distro: Xubuntu 24.04
- Type of installed package (Snap, AppImage, deb, rpm, pacman): deb from the PPA
Bug description
Using Xubuntu 24.04. Just added the PPA and installed figma-linux (no previous installation). When trying to launch it from a terminal, I get the following error message, followed by a core dump:
[75434:0423/193926.469144: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 /opt/figma-linux/chrome-sandbox is owned by root and has mode 4755.
Additional context chrome-sandbox belongs to root and has regular 755 permissions. Setting the SUID with chmod 4755 seems to work but this is probably something that should be set initially? (I'm not really familiar with Electron apps or using SUID.)
take a look at #252