aboutsummaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-01 07:44:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-01 07:44:07 -0400
commitdae6b28f257500baed8c3172749293f024c15f8c (patch)
tree37e190d91ecd2a25cf3d9743d74a1336f00e07d3 /etc/thunderbird.profile
parenttesting (diff)
downloadfirejail-dae6b28f257500baed8c3172749293f024c15f8c.tar.gz
firejail-dae6b28f257500baed8c3172749293f024c15f8c.tar.zst
firejail-dae6b28f257500baed8c3172749293f024c15f8c.zip
whitelisted Thunderbird profile
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile32
1 files changed, 19 insertions, 13 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 7913c07ac..42647b1e5 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -2,20 +2,26 @@
2# 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
3# We are not allowed to blacklist browser-specific directories 3# We are not allowed to blacklist browser-specific directories
4 4
5noblacklist ${HOME}/.gnupg 5noblacklist ~/.gnupg
6mkdir ~/.gnupg
7whitelist ~/.gnupg
8
6noblacklist ~/.icedove 9noblacklist ~/.icedove
10mkdir ~/.icedove
11whitelist ~/.icedove
12
7noblacklist ~/.thunderbird 13noblacklist ~/.thunderbird
8noblacklist ~/.mozilla 14mkdir ~/.thunderbird
9noblacklist ~/.cache/mozilla 15whitelist ~/.thunderbird
10noblacklist ~/keepassx.kdbx 16
11include /etc/firejail/disable-common.inc 17noblacklist ~/.cache/thunderbird
12include /etc/firejail/disable-programs.inc 18mkdir ~/.cache
13include /etc/firejail/disable-devel.inc 19mkdir ~/.cache/thunderbird
20whitelist ~/.cache/thunderbird
21
22noblacklist ~/.cache/icedove
23mkdir ~/.cache/icedove
24whitelist ~/.cache/icedove
14 25
15caps.drop all 26include /etc/firejail/firefox.profile
16seccomp
17protocol unix,inet,inet6
18netfilter
19tracelog
20noroot
21 27