Skip to content

Commit

Permalink
email-common.profile: allow clamav plugin for claws-mail
Browse files Browse the repository at this point in the history
Closes #5716

Signed-off-by: Marek Küthe <m.k@mk16.de>
  • Loading branch information
marek22k committed Mar 8, 2023
1 parent 1f5f84f commit 2453f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/profile-a-l/email-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2453f0e

Please sign in to comment.