From 23f864156728240f5f2cff5319faf819a1680c6f Mon Sep 17 00:00:00 2001 From: fkrone Date: Tue, 24 Jan 2023 08:11:57 +0100 Subject: 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. --- etc/inc/disable-programs.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc') 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 blacklist ${HOME}/.config/yt-dlp.conf blacklist ${HOME}/.config/zathura blacklist ${HOME}/.config/zim +blacklist ${HOME}/.config/zoom.conf blacklist ${HOME}/.config/zoomus.conf blacklist ${HOME}/.conkeror.mozdev.org blacklist ${HOME}/.crawl -- cgit v1.2.3-54-g00ecf