IsmaelMartinez / teams-for-linux

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

chrome-sandbox has wrong permissions in last 2 updates #1456

Closed bpregont closed 1 month ago

bpregont commented 1 month ago

Describe the bug chrome-sandbox has wrong permissions in last 2 updates

To Reproduce Steps to reproduce the behavior:

  1. Try to start teams

Expected behavior Teams opens

Screenshots N/A

Desktop (please complete the following information):

Debug

[4550:1018/140832.852616: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. Trace/breakpoint trap (core dumped)

When possible, please run the application from the terminal using --webDebug and try to reproduce the error.

The provide in this section the output from both the terminal and the browser debug console.

teams-for-linux --webDebug --logConfig='{}'

IMPORTANT: Ensure that you mask any sensitive information before posting the output.

Additional context Add any other context about the problem here.

bpregont commented 1 month ago

Running "sudo chmod 4755 /opt/teams-for-linux/chrome-sandbox" fixes it until the next update.

IsmaelMartinez commented 1 month ago

Thanks for reporting. I believe this is the same issue as https://github.com/IsmaelMartinez/teams-for-linux/issues/1426 that is related to an issue in electron. Closing this one in favor of the other.