aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar fkrone <fkrone@users.noreply.github.com>2023-01-24 08:11:57 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-24 07:11:57 +0000
commit23f864156728240f5f2cff5319faf819a1680c6f (patch)
treeb41e9905791e2152dd86a6203602128bf0836898 /etc/profile-m-z
parentprofanity: fix notifications (#5602) (diff)
downloadfirejail-23f864156728240f5f2cff5319faf819a1680c6f.tar.gz
firejail-23f864156728240f5f2cff5319faf819a1680c6f.tar.zst
firejail-23f864156728240f5f2cff5319faf819a1680c6f.zip
zoom.profile: whitelist ~/.config/zoom.conf (#5596)
* zoom.profile: whitelist ~/.config/zoom.conf With Zoom version 5.12.6, Zoom changed how they handle encrypting the local database. This change resulted in the new file zoom.conf being used. As it is not allowed by the current profile, this could lead to users losing their chat history if they cannot be retrieved from the cloud (e.g. when e2e encryption is used). * zoom.profile: noblacklist ~/.config/zoom.conf Additional blacklisting for other programs to the configuration file.
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/zoom.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/zoom.profile b/etc/profile-m-z/zoom.profile
index ac615d861..f73db9658 100644
--- a/etc/profile-m-z/zoom.profile
+++ b/etc/profile-m-z/zoom.profile
@@ -16,15 +16,18 @@ ignore dbus-system none
16# If you use such a system, add 'ignore nogroups' to your zoom.local. 16# If you use such a system, add 'ignore nogroups' to your zoom.local.
17#ignore nogroups 17#ignore nogroups
18 18
19noblacklist ${HOME}/.config/zoom.conf
19noblacklist ${HOME}/.config/zoomus.conf 20noblacklist ${HOME}/.config/zoomus.conf
20noblacklist ${HOME}/.zoom 21noblacklist ${HOME}/.zoom
21 22
22nowhitelist ${DOWNLOADS} 23nowhitelist ${DOWNLOADS}
23 24
24mkdir ${HOME}/.cache/zoom 25mkdir ${HOME}/.cache/zoom
26mkfile ${HOME}/.config/zoom.conf
25mkfile ${HOME}/.config/zoomus.conf 27mkfile ${HOME}/.config/zoomus.conf
26mkdir ${HOME}/.zoom 28mkdir ${HOME}/.zoom
27whitelist ${HOME}/.cache/zoom 29whitelist ${HOME}/.cache/zoom
30whitelist ${HOME}/.config/zoom.conf
28whitelist ${HOME}/.config/zoomus.conf 31whitelist ${HOME}/.config/zoomus.conf
29whitelist ${HOME}/.zoom 32whitelist ${HOME}/.zoom
30 33