aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar curiosityseeker <60518106+curiosityseeker@users.noreply.github.com>2020-04-04 13:45:24 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-04 13:45:24 +0200
commit6b8244dc86efe0a34c2033fa866c48578183f8cb (patch)
treee0a52d01d9f4ef45c0a70230c1c275e281b4e66d
parentmisc fixes & hardening (diff)
downloadfirejail-6b8244dc86efe0a34c2033fa866c48578183f8cb.tar.gz
firejail-6b8244dc86efe0a34c2033fa866c48578183f8cb.tar.zst
firejail-6b8244dc86efe0a34c2033fa866c48578183f8cb.zip
Harden thunderbird.profile
Access to ${HOME}/.cache/mozilla actually not necessary to let Firefox open links
-rw-r--r--etc/thunderbird.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 4193ef963..06bd2bb03 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -18,9 +18,7 @@ writable-run-user
18#writable-var 18#writable-var
19 19
20# These lines are needed to allow Firefox to load your profile when clicking a link in an email 20# These lines are needed to allow Firefox to load your profile when clicking a link in an email
21noblacklist ${HOME}/.cache/mozilla
22noblacklist ${HOME}/.mozilla 21noblacklist ${HOME}/.mozilla
23whitelist ${HOME}/.cache/mozilla/firefox
24whitelist ${HOME}/.mozilla/firefox/profiles.ini 22whitelist ${HOME}/.mozilla/firefox/profiles.ini
25read-only ${HOME}/.mozilla/firefox/profiles.ini 23read-only ${HOME}/.mozilla/firefox/profiles.ini
26 24