Skip to content

Linux electron sandbox related issue

Stanimir edited this page Mar 9, 2020 · 2 revisions

If yarn dev script ends with:

[28021:0309/103859.868086: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 /home/user/tagspaces/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755.

to fix this is enought to set: sudo sysctl kernel.unprivileged_userns_clone=1

original issue: https://github.com/electron/electron/issues/17972

Clone this wiki locally