aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-06-16 13:47:01 +0200
committerLibravatar GitHub <noreply@github.com>2019-06-16 13:47:01 +0200
commit4964d999d4a7137392f6c20517d23a008cc3e770 (patch)
treedf13b413238894c58bf3dfa36eb5062e2d0dd365
parentFixes for masterpdfeditor.profile (diff)
downloadfirejail-4964d999d4a7137392f6c20517d23a008cc3e770.tar.gz
firejail-4964d999d4a7137392f6c20517d23a008cc3e770.tar.zst
firejail-4964d999d4a7137392f6c20517d23a008cc3e770.zip
allow nodbus in thunderbird profile
in order to maintain enigmail support - #1951
-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..76ec388d7 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -32,7 +32,8 @@ 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 nodbus are needed for signing and encrypting emails
36ignore nodbus
36writable-run-user 37writable-run-user
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:
@@ -40,9 +41,6 @@ writable-run-user
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