[GH-ISSUE #3428] Zoom does not work with zoom.profile; stuck at "connecting" #2155

Closed
opened 2026-05-05 08:49:58 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @educanorama on GitHub (May 22, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3428

Zoom's Linux app will open with the standard profile in /etc/firejail, and will let me log in to zoom, but is thereafter non-functional. "Connecting ..." shows at the top of the app screen. I am unable to access or start the Zoom meetings I host. The Linux zoom app works fine if run outside of firejail.

Firejail --version: 0.9.62, installed from the openSUSE Tumbleweed repositories

openSUSE Tumbleweed 20200519

I have attached the output of firejail --debug zoom and the existing firejail zoom profile in /etc/firejail. I apologize if I have omitted anything. I rarely use github.

firejail_debug.txt

firejail.profile.txt

Originally created by @educanorama on GitHub (May 22, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3428 Zoom's Linux app will open with the standard profile in /etc/firejail, and will let me log in to zoom, but is thereafter non-functional. "Connecting ..." shows at the top of the app screen. I am unable to access or start the Zoom meetings I host. The Linux zoom app works fine if run outside of firejail. Firejail --version: 0.9.62, installed from the openSUSE Tumbleweed repositories openSUSE Tumbleweed 20200519 I have attached the output of **firejail --debug zoom** and the existing firejail zoom profile in /etc/firejail. I apologize if I have omitted anything. I rarely use github. [firejail_debug.txt](https://github.com/netblue30/firejail/files/4666993/firejail_debug.txt) [firejail.profile.txt](https://github.com/netblue30/firejail/files/4666997/firejail.profile.txt)
Author
Owner

@ghost commented on GitHub (May 22, 2020):

Might be #3272, which is fixed in master but not in 0.9.62. You can try adding the below to a zoom.local override file:

protocol unix,inet,inet6,netlink
ignore seccomp
seccomp !chroot
<!-- gh-comment-id:632590095 --> @ghost commented on GitHub (May 22, 2020): Might be #3272, which is fixed in master but not in 0.9.62. You can try adding the below to a zoom.local override file: ``` protocol unix,inet,inet6,netlink ignore seccomp seccomp !chroot ```
Author
Owner

@educanorama commented on GitHub (May 22, 2020):

Fixed! I created the zoom.local file in ~/.config/firejail, tried again. Problem solved. Thank you!!!

<!-- gh-comment-id:632602260 --> @educanorama commented on GitHub (May 22, 2020): Fixed! I created the zoom.local file in ~/.config/firejail, tried again. Problem solved. Thank you!!!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2155
No description provided.