summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-06-18 19:38:06 +0200
committerLibravatar GitHub <noreply@github.com>2019-06-18 19:38:06 +0200
commit65e0b6442a5ec9b4dec4c402ca0836aef1498ab9 (patch)
tree6c6222991ae8476618a49c9ce3d02a428d86810a /etc
parentuse 'x11 none' option (diff)
parentthunderbird profile: comment fix (diff)
downloadfirejail-65e0b6442a5ec9b4dec4c402ca0836aef1498ab9.tar.gz
firejail-65e0b6442a5ec9b4dec4c402ca0836aef1498ab9.tar.zst
firejail-65e0b6442a5ec9b4dec4c402ca0836aef1498ab9.zip
Merge pull request #2781 from smitsohu/thunderbird
allow nodbus in thunderbird profile
Diffstat (limited to 'etc')
-rw-r--r--etc/thunderbird.profile6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index e4f6e6df3..5ad57a8f5 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -32,17 +32,15 @@ ignore private-tmp
32# machine-id breaks audio in browsers; enable it when sound is not required 32# machine-id breaks audio in browsers; enable it when sound is not required
33# machine-id 33# machine-id
34read-only ${HOME}/.config/mimeapps.list 34read-only ${HOME}/.config/mimeapps.list
35# writable-run-user is needed for signing and encrypting emails 35# writable-run-user and dbus are needed by enigmail
36writable-run-user 36writable-run-user
37ignore nodbus
37 38
38# If you want to read local mail stored in /var/mail, add the following to thunderbird.local: 39# If you want to read local mail stored in /var/mail, add the following to thunderbird.local:
39# noblacklist /var/mail 40# noblacklist /var/mail
40# noblacklist /var/spool/mail 41# noblacklist /var/spool/mail
41# writable-var 42# writable-var
42 43
43# Uncomment (or put in thunderbird.local) if you use enigmail
44#ignore nodbus
45
46# allow browsers 44# allow browsers
47# Redirect 45# Redirect
48include firefox-common.profile 46include firefox-common.profile