aboutsummaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile36
1 files changed, 17 insertions, 19 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index c693a53b3..d3b7ee871 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -1,36 +1,34 @@
1# Persistent global definitions go here 1# Firejail profile for thunderbird
2include /etc/firejail/globals.local 2# This file is overwritten after every install/update
3 3# Persistent local customizations
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/thunderbird.local 4include /etc/firejail/thunderbird.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8# Firejail profile for Mozilla Thunderbird
9# Users have thunderbird set to open a browser by clicking a link in an email 8# Users have thunderbird set to open a browser by clicking a link in an email
10# We are not allowed to blacklist browser-specific directories 9# We are not allowed to blacklist browser-specific directories
11 10
11noblacklist ~/.cache/thunderbird
12noblacklist ~/.gnupg 12noblacklist ~/.gnupg
13mkdir ~/.gnupg 13noblacklist ~/.icedove
14whitelist ~/.gnupg
15
16noblacklist ~/.thunderbird 14noblacklist ~/.thunderbird
17mkdir ~/.thunderbird
18whitelist ~/.thunderbird
19 15
20noblacklist ~/.icedove 16mkdir ~/.cache/thunderbird
17mkdir ~/.gnupg
21mkdir ~/.icedove 18mkdir ~/.icedove
19mkdir ~/.thunderbird
20whitelist ~/.cache/thunderbird
21whitelist ~/.config/mimeapps.list
22whitelist ~/.gnupg
22whitelist ~/.icedove 23whitelist ~/.icedove
24whitelist ~/.local/share/applications
25whitelist ~/.thunderbird
26include /etc/firejail/whitelist-common.inc
23 27
24noblacklist ~/.cache/thunderbird 28ignore private-tmp
25mkdir ~/.cache/thunderbird
26whitelist ~/.cache/thunderbird
27 29
28whitelist ~/.config/mimeapps.list
29read-only ~/.config/mimeapps.list 30read-only ~/.config/mimeapps.list
30whitelist ~/.local/share/applications
31read-only ~/.local/share/applications 31read-only ~/.local/share/applications
32 32
33# allow browsers 33# allow browsers
34ignore private-tmp
35include /etc/firejail/firefox.profile 34include /etc/firejail/firefox.profile
36#include /etc/firejail/chromium.profile - chromium runs as suid!