From 047d86f46ec3793fa3a06d9544c5e2e5aad1e8a2 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Tue, 1 Oct 2024 12:08:06 +0200 Subject: [PATCH] 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 --- etc/profile-m-z/signal-desktop.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile-m-z/signal-desktop.profile b/etc/profile-m-z/signal-desktop.profile index d1db0ba86c5..0aa958f7427 100644 --- a/etc/profile-m-z/signal-desktop.profile +++ b/etc/profile-m-z/signal-desktop.profile @@ -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