Alex Efros

Results 166 comments of Alex Efros

PR #3 fixes this issue. I run urxvt→bash→screen. Then exit (or detach) from screen. And see `[screen is terminating]` without actually returning to bash prompt until I press `Ctrl-\` to...

At a glance - quick-start works just fine (window opens, I see app versions, quit using menu), here is console output: ``` $ npm start > [email protected] start /home/powerman/tmp/electron-quick-start >...

But I didn't see enableSandbox call in quick-start, if it's not enabled then there is no surprise it works.

I've tried to add `app.enableSandbox()` at the end of the main.js, but this doesn't break anything.

Current slack-4.27.156 still doesn't work without `--disable-seccomp-filter-sandbox`.

Current slack-4.28.182 still doesn't work without `--disable-seccomp-filter-sandbox`: ``` $ slack [30844:0110/064351.005143: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...

It turns out this issue happens because of this kernel configuration: ``` # sysctl user.max_user_namespaces user.max_user_namespaces = 0 ``` It is configured this way because of recommendation on https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings Also...