-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zoom: cannot save chat logs #4006
Comments
Looking at it further, |
The problem is that "Documents" can also be "Dokumente", "Dokumenty", "Dokumentuak", "文档", "Документы", ... so
We should reword this, there more issues with don't/miss understand of this.
You should update, this version is vulnerable to CVE-2021-26910. |
Are you sure that Ubuntu hasn't backported a fix? If so, someone should probably tell them, as this is the version (0.9.62-3) in Ubuntu 20.04 which is LTS... |
Go to the changelog of the ubu package: https://packages.ubuntu.com/focal/firejail -> https://changelogs.ubuntu.com/changelogs/pool/universe/f/firejail/firejail_0.9.62-3/changelog and see
as latest change. Compare this to https://github.com/netblue30/firejail/releases/tag/0.9.64.4: 17. Feb 2021. You simply test if
|
I filed a bug report with Ubuntu about this (https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1916767 but it is apparently private since I marked it as a security issue. Since the issue is disclosed that is silly but I don't see how to "unprivate" it) |
Oh and https://firejail.wordpress.com/download-2/cve-status/ should probably be updated to include this CVE. I don't see it on there. |
Arch, Debian, Fedora, openSUSE had fixed (update/bakcport) this fast (<24h AFAICT) but Alpine, Manjaro, Ubuntu and therefore Mint are still shipping vulnerable versions. You see, if you want security the must important point is to choose the right distro.
|
@VorpalBlade commented 14 hours ago:
@rusty-snake commented 14 hours ago:
For reference, this problem is related to #2359. |
By default, Zoom records meetings to ~/Documents/Zoom. Add that folder to the whitelist so that future users don't lose their meeting recordings upon shutting Zoom down. Fixes netblue30#4006.
By default, Zoom records meetings to ~/Documents/Zoom. Add that folder to the whitelist so that future users don't lose their meeting recordings upon shutting Zoom down. Fixes netblue30#4006.
By default, Zoom records meetings to ~/Documents/Zoom. Add that folder to the whitelist so that future users don't lose their meeting recordings upon shutting Zoom down. Fixes netblue30#4006.
By default, Zoom records meetings to ~/Documents/Zoom. Add that folder to the whitelist so that future users don't lose their meeting recordings upon shutting Zoom down. Fixes #4006.
Write clear, concise and in textual form.
Bug and expected behavior
Describe the bug.
Saving chat logs in zoom (from the "..." menu in the chat of a meeting doesn't work. Zoom lacks permission to save the file. The default (only?) location is ~/Documents/Zoom for this.
What did you expect to happen?
Zoom should be allowed access to save chat logs, sent files etc.
The fix is simple, add the following to zoom.local (or better yet, to the standard profile so other users can benefit from it):
No profile and disabling firejail
firejail --noprofile /path/to/program
in a terminal?It works when using --noprofile.
which <program>
orfirejail --list
while the sandbox is running)?I don't understand this question.
Reproduce
Steps to reproduce the behavior:
firejail zoom
Environment
lsb_release -a
,screenfetch
orcat /etc/os-release
)firejail --version
) exclusive or used git commit (git rev-parse HEAD
)Installed from Ubuntu packages:
Additional context
Other context about the problem like related errors to understand the problem.
Checklist
https://github.com/netblue30/firejail/issues/1139
)--profile=PROFILENAME
is used to set the right profile.Not an AppImage.
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM
to get english error-messages.No error messages, so irrelevant.
browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.Not relevant for Zoom.
debug output
The text was updated successfully, but these errors were encountered: