mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add access to D-Bus freedesktop.org secret API
Signal recently started storing a local key in the freedesktop.org secret API so allow access in the profile
This commit is contained in:
parent
0e7296bef3
commit
047d86f46e
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ dbus-user filter
|
|||
dbus-user.talk org.freedesktop.Notifications
|
||||
# Allow D-Bus communication with Firefox for opening links
|
||||
dbus-user.talk org.mozilla.*
|
||||
# Allow D-Bus communication with Freedesktop.org secrets API to decrypt local key
|
||||
dbus-user.talk org.freedesktop.secrets
|
||||
|
||||
ignore dbus-user none
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue