figma-linux icon indicating copy to clipboard operation
figma-linux copied to clipboard

Wrong SUID sandbox helper

Open terzag opened this issue 9 months ago • 1 comments

  • 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.)

terzag avatar Apr 23 '25 17:04 terzag

take a look at #252

Nao-30 avatar May 04 '25 22:05 Nao-30