aboutsummaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile35
1 files changed, 14 insertions, 21 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index f608f5467..7882367b9 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -1,26 +1,19 @@
1# Firejail profile for Mozilla Thunderbird (Icedove in Debian) 1# Firejail profile for Mozilla Thunderbird
2noblacklist ${HOME}/.gnupg
3include /etc/firejail/disable-mgmt.inc
4include /etc/firejail/disable-secret.inc
5include /etc/firejail/disable-devel.inc
6
7# Users have thunderbird set to open a browser by clicking a link in an email 2# Users have thunderbird set to open a browser by clicking a link in an email
8# We are not allowed to blacklist browser-specific directories 3# We are not allowed to blacklist browser-specific directories
9#include /etc/firejail/disable-common.inc thunderbird icedove
10blacklist ${HOME}/.adobe
11blacklist ${HOME}/.macromedia
12blacklist ${HOME}/.filezilla
13blacklist ${HOME}/.config/filezilla
14blacklist ${HOME}/.purple
15blacklist ${HOME}/.config/psi+
16blacklist ${HOME}/.remmina
17blacklist ${HOME}/.tconn
18 4
5noblacklist ~/.gnupg
6mkdir ~/.gnupg
7whitelist ~/.gnupg
8
9noblacklist ~/.thunderbird
10mkdir ~/.thunderbird
11whitelist ~/.thunderbird
12
13noblacklist ~/.cache/thunderbird
14mkdir ~/.cache
15mkdir ~/.cache/thunderbird
16whitelist ~/.cache/thunderbird
19 17
20caps.drop all 18include /etc/firejail/firefox.profile
21seccomp
22protocol unix,inet,inet6
23netfilter
24tracelog
25noroot
26 19