[evolution/gnome-3-32] [Flatpak] Give access to filesystem's ~/.gnupg



commit 0e277d31d7de35bdbf2e8c2b6ba824a2d897e06c
Author: Milan Crha <mcrha redhat com>
Date:   Fri May 3 15:13:11 2019 +0200

    [Flatpak] Give access to filesystem's ~/.gnupg
    
    This shares public and private keys with the host system, thus users
    can use PGP with already installed keys, instead of redefining gpg's
    GNUPGHOME and copy the keys to that special folder.

 flatpak/org.gnome.Evolution-master.json | 1 +
 flatpak/org.gnome.Evolution-stable.json | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/flatpak/org.gnome.Evolution-master.json b/flatpak/org.gnome.Evolution-master.json
index 773d979467..754c34b118 100644
--- a/flatpak/org.gnome.Evolution-master.json
+++ b/flatpak/org.gnome.Evolution-master.json
@@ -28,6 +28,7 @@
                "--socket=wayland",
                "--socket=pulseaudio",
                "--device=dri",
+               "--filesystem=~/.gnupg:rw",
                "--filesystem=xdg-run/dconf",
                "--filesystem=~/.config/dconf:ro",
                "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
diff --git a/flatpak/org.gnome.Evolution-stable.json b/flatpak/org.gnome.Evolution-stable.json
index 56e451e02e..33df4b1e65 100644
--- a/flatpak/org.gnome.Evolution-stable.json
+++ b/flatpak/org.gnome.Evolution-stable.json
@@ -27,6 +27,7 @@
                "--socket=wayland",
                "--socket=pulseaudio",
                "--device=dri",
+               "--filesystem=~/.gnupg:rw",
                "--filesystem=xdg-run/dconf",
                "--filesystem=~/.config/dconf:ro",
                "--env=DCONF_USER_CONFIG_DIR=.config/dconf",


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