aboutsummaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
commit9e3ba319be6b9546d7e8f450ca419ee2f3f4040b (patch)
tree0aebe82de78a61877c267f4dcb2ebcc13a2e37c9 /etc/thunderbird.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile45
1 files changed, 22 insertions, 23 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index c693a53b3..c80f76aa8 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -1,36 +1,35 @@
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 8noblacklist ~/.cache/thunderbird
9# 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
11
12noblacklist ~/.gnupg 9noblacklist ~/.gnupg
13mkdir ~/.gnupg 10noblacklist ~/.icedove
14whitelist ~/.gnupg
15
16noblacklist ~/.thunderbird 11noblacklist ~/.thunderbird
17mkdir ~/.thunderbird
18whitelist ~/.thunderbird
19 12
20noblacklist ~/.icedove 13mkdir ~/.cache/thunderbird
14mkdir ~/.gnupg
21mkdir ~/.icedove 15mkdir ~/.icedove
16mkdir ~/.thunderbird
17whitelist ~/.cache/thunderbird
18whitelist ~/.config/mimeapps.list
19whitelist ~/.gnupg
22whitelist ~/.icedove 20whitelist ~/.icedove
21whitelist ~/.local/share/applications
22whitelist ~/.thunderbird
23include /etc/firejail/whitelist-common.inc
23 24
24noblacklist ~/.cache/thunderbird 25ignore private-tmp
25mkdir ~/.cache/thunderbird
26whitelist ~/.cache/thunderbird
27 26
28whitelist ~/.config/mimeapps.list
29read-only ~/.config/mimeapps.list 27read-only ~/.config/mimeapps.list
30whitelist ~/.local/share/applications
31read-only ~/.local/share/applications 28read-only ~/.local/share/applications
32 29
33# allow browsers
34ignore private-tmp
35include /etc/firejail/firefox.profile 30include /etc/firejail/firefox.profile
36#include /etc/firejail/chromium.profile - chromium runs as suid! 31
32# CLOBBERED COMMENTS
33# Users have thunderbird set to open a browser by clicking a link in an email
34# We are not allowed to blacklist browser-specific directories
35# allow browsers