mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
De-complicate D-Bus naming schemes
Inspired by https://github.com/netblue30/firejail/pull/5352/files/c04ceb49c7001bb931a35667c831545cd64aeece#r963032151.
This commit is contained in:
parent
eacf8b153f
commit
7bc7887aae
1 changed files with 2 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ include disable-programs.inc
|
|||
include disable-shell.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
# Allow zeal to open links in Firefox.
|
||||
# Allow zeal to open links in Firefox browsers.
|
||||
# This also requires dbus-user filtering (see below).
|
||||
noblacklist ${HOME}/.mozilla
|
||||
whitelist ${HOME}/.mozilla/firefox/profiles.ini
|
||||
|
|
@ -64,8 +64,7 @@ private-etc alternatives,ca-certificates,crypto-policies,fonts,host.conf,hostnam
|
|||
private-tmp
|
||||
|
||||
dbus-user filter
|
||||
dbus-user.talk org.mozilla.Firefox.*
|
||||
dbus-user.talk org.mozilla.firefox.*
|
||||
dbus-user.talk org.mozilla.*
|
||||
?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher
|
||||
dbus-system none
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue