aboutsummaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile26
1 files changed, 13 insertions, 13 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 52965cf90..8af981d70 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -8,19 +8,19 @@ include /etc/firejail/globals.local
8# 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
9# We are not allowed to blacklist browser-specific directories 9# We are not allowed to blacklist browser-specific directories
10 10
11noblacklist ~/.cache/thunderbird 11noblacklist ${HOME}/.cache/thunderbird
12noblacklist ~/.gnupg 12noblacklist ${HOME}/.gnupg
13noblacklist ~/.icedove 13noblacklist ${HOME}/.icedove
14noblacklist ~/.thunderbird 14noblacklist ${HOME}/.thunderbird
15 15
16mkdir ~/.cache/thunderbird 16mkdir ${HOME}/.cache/thunderbird
17mkdir ~/.gnupg 17mkdir ${HOME}/.gnupg
18mkdir ~/.icedove 18mkdir ${HOME}/.icedove
19mkdir ~/.thunderbird 19mkdir ${HOME}/.thunderbird
20whitelist ~/.cache/thunderbird 20whitelist ${HOME}/.cache/thunderbird
21whitelist ~/.gnupg 21whitelist ${HOME}/.gnupg
22whitelist ~/.icedove 22whitelist ${HOME}/.icedove
23whitelist ~/.thunderbird 23whitelist ${HOME}/.thunderbird
24include /etc/firejail/whitelist-common.inc 24include /etc/firejail/whitelist-common.inc
25include /etc/firejail/whitelist-var-common.inc 25include /etc/firejail/whitelist-var-common.inc
26 26
@@ -28,7 +28,7 @@ include /etc/firejail/whitelist-var-common.inc
28ignore private-tmp 28ignore private-tmp
29machine-id 29machine-id
30disable-mnt 30disable-mnt
31read-only ~/.config/mimeapps.list 31read-only ${HOME}/.config/mimeapps.list
32 32
33# allow browsers 33# allow browsers
34# Redirect 34# Redirect