aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar bbhtt <62639087+bbhtt@users.noreply.github.com>2020-12-31 15:42:43 +0000
committerLibravatar bbhtt <62639087+bbhtt@users.noreply.github.com>2020-12-31 15:42:43 +0000
commit548ee9c03034dfaefaa925c4bf1c464248d7c007 (patch)
tree47fcef6468b79fb338dccc8a2466ea56801f25e2
parentSome sorting per @kmk3 (diff)
downloadfirejail-548ee9c03034dfaefaa925c4bf1c464248d7c007.tar.gz
firejail-548ee9c03034dfaefaa925c4bf1c464248d7c007.tar.zst
firejail-548ee9c03034dfaefaa925c4bf1c464248d7c007.zip
Add dbus-system none back to email-common.profile
-rw-r--r--etc/profile-a-l/claws-mail.profile1
-rw-r--r--etc/profile-a-l/email-common.profile2
-rw-r--r--etc/profile-m-z/sylpheed.profile1
3 files changed, 2 insertions, 2 deletions
diff --git a/etc/profile-a-l/claws-mail.profile b/etc/profile-a-l/claws-mail.profile
index c060279df..b4a8303a2 100644
--- a/etc/profile-a-l/claws-mail.profile
+++ b/etc/profile-a-l/claws-mail.profile
@@ -25,7 +25,6 @@ dbus-user.talk ca.desrt.dconf
25dbus-user.talk org.gnome.keyring.SystemPrompter 25dbus-user.talk org.gnome.keyring.SystemPrompter
26# if you use the notification plugin you need to uncomment the below (or put them in your claws-mail.local) 26# if you use the notification plugin you need to uncomment the below (or put them in your claws-mail.local)
27# dbus-user.talk org.freedesktop.Notifications 27# dbus-user.talk org.freedesktop.Notifications
28dbus-system none
29 28
30# Redirect 29# Redirect
31include email-common.profile 30include email-common.profile
diff --git a/etc/profile-a-l/email-common.profile b/etc/profile-a-l/email-common.profile
index 9e7c15a9d..96d616548 100644
--- a/etc/profile-a-l/email-common.profile
+++ b/etc/profile-a-l/email-common.profile
@@ -71,6 +71,8 @@ private-tmp
71# encrypting and signing email 71# encrypting and signing email
72writable-run-user 72writable-run-user
73 73
74dbus-system none
75
74# If you want to read local mail stored in /var/mail, add the following to email-common.local: 76# If you want to read local mail stored in /var/mail, add the following to email-common.local:
75#noblacklist /var/mail 77#noblacklist /var/mail
76#noblacklist /var/spool/mail 78#noblacklist /var/spool/mail
diff --git a/etc/profile-m-z/sylpheed.profile b/etc/profile-m-z/sylpheed.profile
index da69208f5..50506d100 100644
--- a/etc/profile-m-z/sylpheed.profile
+++ b/etc/profile-m-z/sylpheed.profile
@@ -21,7 +21,6 @@ dbus-user.talk org.freedesktop.secrets
21dbus-user.talk org.gnome.keyring.SystemPrompter 21dbus-user.talk org.gnome.keyring.SystemPrompter
22# Uncomment below for notifications (or put them in your sylpheed.local) 22# Uncomment below for notifications (or put them in your sylpheed.local)
23# dbus-user.talk org.freedesktop.Notifications 23# dbus-user.talk org.freedesktop.Notifications
24dbus-system none
25 24
26# Redirect 25# Redirect
27include email-common.profile 26include email-common.profile