summaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
authorLibravatar Alexandros Afentoulis <alexaf+github@riseup.net>2017-03-25 14:47:16 +0200
committerLibravatar Alexandros Afentoulis <alexaf+github@riseup.net>2017-03-25 15:13:23 +0200
commitc71f0d6b98b287d9682b20c7089be79f48999a51 (patch)
treed85b738b1140838ac4e4c4f358e7e4d63d67a857 /etc/thunderbird.profile
parentUse thunderbird instead of icedove for testing (diff)
downloadfirejail-c71f0d6b98b287d9682b20c7089be79f48999a51.tar.gz
firejail-c71f0d6b98b287d9682b20c7089be79f48999a51.tar.zst
firejail-c71f0d6b98b287d9682b20c7089be79f48999a51.zip
Adds icedove directories in thunderbird profile
In debian stretch icedove is renamed to thunderbird. This happens as of icedove version 1:45.7.1-1, see debian bug #816679 for details. Thunderbird debian package, as of stretch, contains a migration script for user profiles. Namely /usr/bin/thunderbird is a wrapper script, thunderbird-wrapper.sh. This scripts symlinks ~/.icedove (if exists) to ~/.thunderbird thus ensuring Thunderbird will be able to read old user's profiles. That symlink breaks thunderbird when run with firejail since firejail thunderbird.profile does not allow access to ~/.icedove. This commit modifies accordingly the thunderbird.profile.
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 1dc8b15c7..df1a4cdbb 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -14,6 +14,10 @@ noblacklist ~/.thunderbird
14mkdir ~/.thunderbird 14mkdir ~/.thunderbird
15whitelist ~/.thunderbird 15whitelist ~/.thunderbird
16 16
17noblacklist ~/.icedove
18mkdir ~/.icedove
19whitelist ~/.icedove
20
17# allow browsers 21# allow browsers
18ignore private-tmp 22ignore private-tmp
19include /etc/firejail/firefox.profile 23include /etc/firejail/firefox.profile