aboutsummaryrefslogtreecommitdiffstats
path: root/etc/icedove.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/icedove.profile')
-rw-r--r--etc/icedove.profile20
1 files changed, 18 insertions, 2 deletions
diff --git a/etc/icedove.profile b/etc/icedove.profile
index 057e0c9ef..2592e59df 100644
--- a/etc/icedove.profile
+++ b/etc/icedove.profile
@@ -1,3 +1,19 @@
1# Firejail profile for Mozilla Thunderbird (Icedove in Debian) 1# Firejail profile for Mozilla Thunderbird (Icedove in Debian Stable)
2include /etc/firejail/thunderbird.profile 2# Users have thunderbird set to open a browser by clicking a link in an email
3# We are not allowed to blacklist browser-specific directories
4
5noblacklist ~/.gnupg
6mkdir ~/.gnupg
7whitelist ~/.gnupg
8
9noblacklist ~/.icedove
10mkdir ~/.icedove
11whitelist ~/.icedove
12
13noblacklist ~/.cache/icedove
14mkdir ~/.cache
15mkdir ~/.cache/icedove
16whitelist ~/.cache/icedove
17
18include /etc/firejail/firefox.profile
3 19