mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: claws-mail: add ~/.cache/claws-mail (#6378)
It is apparently used by the (widely used) "Fancy" plugin, which "Renders HTML e-mail using the WebKit library". https://www.claws-mail.org/plugins.php Relates to #6377. Note: etc/profile-a-l/email-common.profile contains `private-cache`.
This commit is contained in:
parent
af44e33b19
commit
c908c0fb2d
2 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ blacklist ${HOME}/.cache/cantata
|
||||||
blacklist ${HOME}/.cache/champlain
|
blacklist ${HOME}/.cache/champlain
|
||||||
blacklist ${HOME}/.cache/chromium
|
blacklist ${HOME}/.cache/chromium
|
||||||
blacklist ${HOME}/.cache/chromium-dev
|
blacklist ${HOME}/.cache/chromium-dev
|
||||||
|
blacklist ${HOME}/.cache/claws-mail
|
||||||
blacklist ${HOME}/.cache/cliqz
|
blacklist ${HOME}/.cache/cliqz
|
||||||
blacklist ${HOME}/.cache/com.github.johnfactotum.Foliate
|
blacklist ${HOME}/.cache/com.github.johnfactotum.Foliate
|
||||||
blacklist ${HOME}/.cache/darktable
|
blacklist ${HOME}/.cache/darktable
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,12 @@ include globals.local
|
||||||
# adding the following line to claws-mail.local:
|
# adding the following line to claws-mail.local:
|
||||||
#ignore no3d
|
#ignore no3d
|
||||||
|
|
||||||
|
noblacklist ${HOME}/.cache/claws-mail
|
||||||
noblacklist ${HOME}/.claws-mail
|
noblacklist ${HOME}/.claws-mail
|
||||||
|
|
||||||
|
mkdir ${HOME}/.cache/claws-mail
|
||||||
mkdir ${HOME}/.claws-mail
|
mkdir ${HOME}/.claws-mail
|
||||||
|
whitelist ${HOME}/.cache/claws-mail
|
||||||
whitelist ${HOME}/.claws-mail
|
whitelist ${HOME}/.claws-mail
|
||||||
|
|
||||||
# Add the below lines to your claws-mail.local if you use python-based plugins.
|
# Add the below lines to your claws-mail.local if you use python-based plugins.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue