mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3272] Zoom: cannot signin with sso #2054
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2054
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @psanford on GitHub (Mar 9, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3272
After clicking "Sign in with SSO" and entering a domain name, zoom launches /opt/zoom/QtWebEngineProcess which segfaults with the following output:
@psanford commented on GitHub (Mar 9, 2020):
I was able to get this to work by disabling
seccompand addingnetlinkto the list of protocols. On subsequent restarts (once I was logged in) reenablingseccompworked as long as I still hadprotocol netlink.It seems like we should at least update the profile to allow for
protocol netlink. I'm not sure if we should disable seccomp in the profile since it only affects the sso login workflow and once your logged in you don't need it anymore.Thoughts?
@rusty-snake commented on GitHub (Mar 9, 2020):
yes
We should never do this. Instea of disabling seccomp completely it is always better to allow the one or two syscall used by th program. Blocked syscall are logged, can you search for them.
journalctl --grep=SECCOMP