aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-m-z/zoom.profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 7d7f84d4b..d1cde135e 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -674,6 +674,7 @@ blacklist ${HOME}/.config/yt-dlp
674blacklist ${HOME}/.config/yt-dlp.conf 674blacklist ${HOME}/.config/yt-dlp.conf
675blacklist ${HOME}/.config/zathura 675blacklist ${HOME}/.config/zathura
676blacklist ${HOME}/.config/zim 676blacklist ${HOME}/.config/zim
677blacklist ${HOME}/.config/zoom.conf
677blacklist ${HOME}/.config/zoomus.conf 678blacklist ${HOME}/.config/zoomus.conf
678blacklist ${HOME}/.conkeror.mozdev.org 679blacklist ${HOME}/.conkeror.mozdev.org
679blacklist ${HOME}/.crawl 680blacklist ${HOME}/.crawl
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