aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-11-13 14:25:55 +0000
committerLibravatar GitHub <noreply@github.com>2020-11-13 14:25:55 +0000
commit9d87571189468d3a9db5e5aa99386bb5258b1883 (patch)
treebf03219bf95ecbd36cf0800fd05e711accf7f04e /etc
parentAdd XAUTHORITY file of sddm from openSUSE Tumblew… (diff)
downloadfirejail-9d87571189468d3a9db5e5aa99386bb5258b1883.tar.gz
firejail-9d87571189468d3a9db5e5aa99386bb5258b1883.tar.zst
firejail-9d87571189468d3a9db5e5aa99386bb5258b1883.zip
Dbus fixes (#3750)
* add dbus comment * disable dbus
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/claws-mail.profile5
-rw-r--r--etc/profile-a-l/email-common.profile3
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/profile-a-l/claws-mail.profile b/etc/profile-a-l/claws-mail.profile
index 24954b2d8..69196c578 100644
--- a/etc/profile-a-l/claws-mail.profile
+++ b/etc/profile-a-l/claws-mail.profile
@@ -18,5 +18,10 @@ whitelist ${HOME}/.claws-mail
18 18
19whitelist /usr/share/doc/claws-mail 19whitelist /usr/share/doc/claws-mail
20 20
21# if you use the notification plugin you need to uncomment the below (or put them in your claws-mail.local)
22#ignore dbus-user none
23#dbus-user filter
24#dbus-user.talk org.freedesktop.Notifications
25
21# Redirect 26# Redirect
22include email-common.profile 27include email-common.profile
diff --git a/etc/profile-a-l/email-common.profile b/etc/profile-a-l/email-common.profile
index 3bc417557..df47f478d 100644
--- a/etc/profile-a-l/email-common.profile
+++ b/etc/profile-a-l/email-common.profile
@@ -58,6 +58,9 @@ private-cache
58private-dev 58private-dev
59private-tmp 59private-tmp
60 60
61dbus-user none
62dbus-system none
63
61# encrypting and signing email 64# encrypting and signing email
62writable-run-user 65writable-run-user
63 66