[gnome-keyring/wip/dueno/pkcs11-enable-in] pkcs11: Expose module to specific programs



commit f781443bf893cf3a241381ab3f76c56f7e41ab37
Author: Daiki Ueno <dueno src gnome org>
Date:   Sat Dec 29 16:55:23 2018 +0100

    pkcs11: Expose module to specific programs

 pkcs11/rpc-layer/gnome-keyring.module.in | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/pkcs11/rpc-layer/gnome-keyring.module.in b/pkcs11/rpc-layer/gnome-keyring.module.in
index 3ee20181..a658dcb8 100644
--- a/pkcs11/rpc-layer/gnome-keyring.module.in
+++ b/pkcs11/rpc-layer/gnome-keyring.module.in
@@ -2,6 +2,12 @@
 # The file is installed/loaded from the default module p11-kit directory
 module: gnome-keyring-pkcs11.so
 
+# This module is obsolete and only exposed to specific programs that
+# rely on it through gcr's certificate pinning API.  In the future the
+# gcr implementation may switch to p11-kit-trust, see:
+# https://gitlab.gnome.org/GNOME/gcr/issues/6
+enable-in: geary, midori
+
 # And where to store and lookup trust objects
 x-trust-store: pkcs11:library-manufacturer=GNOME%20Keyring;serial=1:XDG:DEFAULT
 x-trust-lookup: pkcs11:library-manufacturer=GNOME%20Keyring


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