From c71f0d6b98b287d9682b20c7089be79f48999a51 Mon Sep 17 00:00:00 2001 From: Alexandros Afentoulis Date: Sat, 25 Mar 2017 14:47:16 +0200 Subject: 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. --- etc/thunderbird.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/thunderbird.profile') 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 mkdir ~/.thunderbird whitelist ~/.thunderbird +noblacklist ~/.icedove +mkdir ~/.icedove +whitelist ~/.icedove + # allow browsers ignore private-tmp include /etc/firejail/firefox.profile -- cgit v1.2.3-54-g00ecf