From 2453f0ecf8f63b78ca09fe107f0080d13cdfd602 Mon Sep 17 00:00:00 2001 From: Marek Küthe Date: Tue, 7 Mar 2023 11:19:48 +0100 Subject: email-common.profile: allow clamav plugin for claws-mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #5716 Signed-off-by: Marek Küthe --- etc/profile-a-l/email-common.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/profile-a-l/email-common.profile') diff --git a/etc/profile-a-l/email-common.profile b/etc/profile-a-l/email-common.profile index 86442d441..bf5b67255 100644 --- a/etc/profile-a-l/email-common.profile +++ b/etc/profile-a-l/email-common.profile @@ -14,6 +14,7 @@ noblacklist ${HOME}/.signature # when storing mail outside the default ${HOME}/Mail path, 'noblacklist' the custom path in your email-common.local # and 'blacklist' it in your disable-common.local too so it is kept hidden from other applications noblacklist ${HOME}/Mail +noblacklist /var/lib/clamav noblacklist /var/mail noblacklist /var/spool/mail @@ -40,6 +41,7 @@ whitelist ${HOME}/Mail whitelist ${RUNUSER}/gnupg whitelist /usr/share/gnupg whitelist /usr/share/gnupg2 +whitelist /var/lib/clamav whitelist /var/mail whitelist /var/spool/mail include whitelist-common.inc @@ -69,7 +71,7 @@ tracelog # disable-mnt private-cache private-dev -private-etc @tls-ca,@x11,gnupg,hosts.conf,mailname,timezone +private-etc @tls-ca,@x11,clamav,gnupg,hosts.conf,mailname,timezone private-tmp # encrypting and signing email writable-run-user -- cgit v1.2.3-54-g00ecf