IsmaelMartinez / teams-for-linux

Unofficial Microsoft Teams for Linux client
GNU General Public License v3.0
2.96k stars 240 forks source link

"The SUID sandbox helper binary was found, but is not configured correctly" #1481

Closed lazystone closed 1 week ago

lazystone commented 1 week ago

Whenever I upgrade teams-for-linux, I can't run it:

teams-for-linux                  
[12870:1115/084054.418986:FATAL:setuid_sandbox_host.cc(163)] 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/teams-for-linux/chrome-sandbox is owned by root and has mode 4755.
[1]    12870 trace trap (core dumped)  teams-for-linux

So, after every upgrade I have to run:

sudo chmod 4755 /opt/teams-for-linux/chrome-sandbox

After this it starts normally. So, I suspect that it might be some packaging issue...

Desktop:

kmaterka commented 1 week ago

duplicate of #1426

lazystone commented 1 week ago

Closing it then.