[gnome-boxes/flatpak-libsecret: 3/3] flatpak: Grant access to "org.freedesktop.secrets"



commit 99c14810f9184933bc316a83281da024870abad3
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Sep 24 15:39:46 2019 +0200

    flatpak: Grant access to "org.freedesktop.secrets"
    
    We use libsecret to retried the user's credentials and product
    keys for express-installations and remote connections.
    
    For that we need to talk to org.freedesktop.secrets over D-Bus.

 build-aux/flatpak/org.gnome.Boxes.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 34c01662..dd76872c 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -17,6 +17,7 @@
         "--system-talk-name=org.freedesktop.Accounts",
         "--filesystem=/var/lib/AccountsService/icons:ro",
         "--talk-name=org.freedesktop.Tracker1",
+        "--talk-name=org.freedesktop.secrets",
         "--filesystem=xdg-run/dconf",
         "--filesystem=~/.config/dconf:ro",
         "--filesystem=home",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]