[GH-ISSUE #1896] zoom: attachments/calls/preferences #1274

Closed
opened 2026-05-05 07:45:57 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @drzraf on GitHub (Apr 18, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1896

I found that the following isn't working in Zoom:

  1. attachment: download and preview.
    I tried to
    noblacklist /tmp/qtsingleapp-zoom*
    since such (socket) files are used. No success.
    Neither did whitelist ${HOME}/Documents/Zoom made it work.

Note: using firejail, attachment content is dumped raw inside terminal

  1. Call. The "meet" button does not work.

  2. Preferences: simply are not saved.

  3. Groups: Can't create a chat group of several people

( @WeiGuoZoom / https://github.com/zoom ?)

Originally created by @drzraf on GitHub (Apr 18, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1896 I found that the following isn't working in Zoom: 1. attachment: download and preview. I tried to `noblacklist /tmp/qtsingleapp-zoom*` since such (socket) files are used. No success. Neither did `whitelist ${HOME}/Documents/Zoom` made it work. Note: using firejail, attachment content is dumped raw inside terminal 2. Call. The "meet" button does not work. 3. Preferences: simply are not saved. 4. Groups: Can't create a chat group of several people ( @WeiGuoZoom / https://github.com/zoom ?)
Author
Owner

@SkewedZeppelin commented on GitHub (Apr 22, 2018):

What version of Firejail are you using?

<!-- gh-comment-id:383343730 --> @SkewedZeppelin commented on GitHub (Apr 22, 2018): What version of Firejail are you using?
Author
Owner

@drzraf commented on GitHub (Apr 22, 2018):

0.9.50 on Debian Stretch

zoom.profile:

# Firejail profile for zoom
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/zoom.local
# Persistent global definitions
include /etc/firejail/globals.local

noblacklist ${HOME}/.config/zoomus.conf

include /etc/firejail/disable-common.inc
include /etc/firejail/disable-devel.inc
include /etc/firejail/disable-programs.inc

mkdir ${HOME}/.zoom
whitelist ${HOME}/.cache/zoom
whitelist ${HOME}/.zoom
whitelist ${HOME}/Downloads
whitelist ${HOME}/Documents/Zoom
noblacklist /tmp/qtsingleapp-zoom*

include /etc/firejail/whitelist-common.inc

caps.drop all
netfilter
nodvd
nonewprivs
noroot
notv
protocol unix,inet,inet6
seccomp

private-tmp

cpu 0
<!-- gh-comment-id:383382943 --> @drzraf commented on GitHub (Apr 22, 2018): 0.9.50 on Debian Stretch zoom.profile: ``` # Firejail profile for zoom # This file is overwritten after every install/update # Persistent local customizations include /etc/firejail/zoom.local # Persistent global definitions include /etc/firejail/globals.local noblacklist ${HOME}/.config/zoomus.conf include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-programs.inc mkdir ${HOME}/.zoom whitelist ${HOME}/.cache/zoom whitelist ${HOME}/.zoom whitelist ${HOME}/Downloads whitelist ${HOME}/Documents/Zoom noblacklist /tmp/qtsingleapp-zoom* include /etc/firejail/whitelist-common.inc caps.drop all netfilter nodvd nonewprivs noroot notv protocol unix,inet,inet6 seccomp private-tmp cpu 0 ```
Author
Owner

@smitsohu commented on GitHub (May 5, 2018):

Can you try it again with private-tmp commented out?
Failing that, does firejail --ignore=whitelist zoom or firejail --ignore=blacklist zoom restore functionality?

<!-- gh-comment-id:386813382 --> @smitsohu commented on GitHub (May 5, 2018): Can you try it again with `private-tmp` commented out? Failing that, does `firejail --ignore=whitelist zoom` or `firejail --ignore=blacklist zoom` restore functionality?
Author
Owner

@chiraag-nataraj commented on GitHub (May 19, 2019):

Is this still an issue @drzraf?

<!-- gh-comment-id:493803403 --> @chiraag-nataraj commented on GitHub (May 19, 2019): Is this still an issue @drzraf?
Author
Owner

@chiraag-nataraj commented on GitHub (May 21, 2019):

I'm going to go ahead and close for inactivity. @drzraf, please feel free to re-open if you still have this issue and can help us debug further.

<!-- gh-comment-id:494400799 --> @chiraag-nataraj commented on GitHub (May 21, 2019): I'm going to go ahead and close for inactivity. @drzraf, please feel free to re-open if you still have this issue and can help us debug further.
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#1274
No description provided.