aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-09-05 17:14:57 +0000
committerLibravatar GitHub <noreply@github.com>2022-09-05 17:14:57 +0000
commit7bc7887aae0015570f4f77f5686bd1187b1cb84e (patch)
tree3ceb401c8f0f77774caa658d89e23f9b82277ecc
parentDe-complicate D-Bus naming schemes (diff)
downloadfirejail-7bc7887aae0015570f4f77f5686bd1187b1cb84e.tar.gz
firejail-7bc7887aae0015570f4f77f5686bd1187b1cb84e.tar.zst
firejail-7bc7887aae0015570f4f77f5686bd1187b1cb84e.zip
De-complicate D-Bus naming schemes
Inspired by https://github.com/netblue30/firejail/pull/5352/files/c04ceb49c7001bb931a35667c831545cd64aeece#r963032151.
-rw-r--r--etc/profile-m-z/zeal.profile5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/profile-m-z/zeal.profile b/etc/profile-m-z/zeal.profile
index 62af9c6a8..84f6d52dd 100644
--- a/etc/profile-m-z/zeal.profile
+++ b/etc/profile-m-z/zeal.profile
@@ -19,7 +19,7 @@ include disable-programs.inc
19include disable-shell.inc 19include disable-shell.inc
20include disable-xdg.inc 20include disable-xdg.inc
21 21
22# Allow zeal to open links in Firefox. 22# Allow zeal to open links in Firefox browsers.
23# This also requires dbus-user filtering (see below). 23# This also requires dbus-user filtering (see below).
24noblacklist ${HOME}/.mozilla 24noblacklist ${HOME}/.mozilla
25whitelist ${HOME}/.mozilla/firefox/profiles.ini 25whitelist ${HOME}/.mozilla/firefox/profiles.ini
@@ -64,8 +64,7 @@ private-etc alternatives,ca-certificates,crypto-policies,fonts,host.conf,hostnam
64private-tmp 64private-tmp
65 65
66dbus-user filter 66dbus-user filter
67dbus-user.talk org.mozilla.Firefox.* 67dbus-user.talk org.mozilla.*
68dbus-user.talk org.mozilla.firefox.*
69?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher 68?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher
70dbus-system none 69dbus-system none
71 70