webrecorder / webrecorder-player

Webrecorder Player for Desktop (OSX/Windows/Linux). (Built with Electron + Webrecorder)
Apache License 2.0
426 stars 39 forks source link

The SUID sandbox helper binary was found, but is not configured correctly. #94

Open bobemoe opened 4 years ago

bobemoe commented 4 years ago

I'm using Devuan Ascii (Debian Stretch minus systemd)

$ ./webrecorder-player-1.8.0.AppImage [29542:0319/212947.545654:FATAL:setuid_sandbox_host.cc(157)] 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_webrecI4kQgG/chrome-sandbox is owned by root and has mode 4755.

This works:

$ ./webrecorder-player-1.8.0.AppImage --no-sandbox

But I'm not sure the security implications?

I found the tip on https://github.com/ipfs-shipyard/ipfs-desktop/issues/1362#issuecomment-596857282