aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexander Schier <alexander_schier@yahoo.de>2017-06-09 20:46:38 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-06-09 20:46:38 +0200
commit027d9df80f48b05aa9ba7ac67b879941a10e52a0 (patch)
tree69bf28aeb71d87ff99189893bc713cbf4ab9274e
parentktorrent profile fix (diff)
downloadfirejail-027d9df80f48b05aa9ba7ac67b879941a10e52a0.tar.gz
firejail-027d9df80f48b05aa9ba7ac67b879941a10e52a0.tar.zst
firejail-027d9df80f48b05aa9ba7ac67b879941a10e52a0.zip
profiles: allow thunderbird to read mime information
Reported here: https://bugs.debian.org/864510
-rw-r--r--etc/thunderbird.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 8a5bf1f7b..c693a53b3 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -25,6 +25,11 @@ noblacklist ~/.cache/thunderbird
25mkdir ~/.cache/thunderbird 25mkdir ~/.cache/thunderbird
26whitelist ~/.cache/thunderbird 26whitelist ~/.cache/thunderbird
27 27
28whitelist ~/.config/mimeapps.list
29read-only ~/.config/mimeapps.list
30whitelist ~/.local/share/applications
31read-only ~/.local/share/applications
32
28# allow browsers 33# allow browsers
29ignore private-tmp 34ignore private-tmp
30include /etc/firejail/firefox.profile 35include /etc/firejail/firefox.profile