aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-09-26 10:43:13 -0400
committerLibravatar GitHub <noreply@github.com>2022-09-26 10:43:13 -0400
commit445d6b525d4f4978a09fe7e2c656835674a51594 (patch)
treed8817f5e3d5fd758469681f0aeebb16a60196285 /etc/profile-m-z
parentMerge pull request #5370 from a1346054/fixes (diff)
parentDe-complicate D-Bus naming schemes (diff)
downloadfirejail-445d6b525d4f4978a09fe7e2c656835674a51594.tar.gz
firejail-445d6b525d4f4978a09fe7e2c656835674a51594.tar.zst
firejail-445d6b525d4f4978a09fe7e2c656835674a51594.zip
Merge pull request #5360 from glitsj16/ff-dbus
Streamline Firefoxes D-Bus filtering
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/signal-desktop.profile5
-rw-r--r--etc/profile-m-z/zeal.profile5
2 files changed, 4 insertions, 6 deletions
diff --git a/etc/profile-m-z/signal-desktop.profile b/etc/profile-m-z/signal-desktop.profile
index 1166f378b..2c4bdecd8 100644
--- a/etc/profile-m-z/signal-desktop.profile
+++ b/etc/profile-m-z/signal-desktop.profile
@@ -26,9 +26,8 @@ dbus-user filter
26# allow D-Bus notifications 26# allow D-Bus notifications
27dbus-user.talk org.freedesktop.Notifications 27dbus-user.talk org.freedesktop.Notifications
28 28
29# allow D-Bus communication with firefox for opening links 29# allow D-Bus communication with Firefox browsers for opening links
30dbus-user.talk org.mozilla.Firefox.* 30dbus-user.talk org.mozilla.*
31dbus-user.talk org.mozilla.firefox.*
32 31
33ignore dbus-user none 32ignore dbus-user none
34 33
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