diff options
Diffstat (limited to 'trust')
-rw-r--r-- | trust/p11-kit-trust.module | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/trust/p11-kit-trust.module b/trust/p11-kit-trust.module index 1a6e94b..a55932a 100644 --- a/trust/p11-kit-trust.module +++ b/trust/p11-kit-trust.module @@ -1,9 +1,17 @@ +# See pkcs11.conf(5) to understand this file # This is a module config for the 'included' p11-kit trust module module: p11-kit-trust.so -# The order in which this is loaded in the trust policy -trust-policy: 1 +# This setting affects the order that trust policy and other information +# is looked up when going across various modules. Other trust policy modules +# need to specify the priority where they slot into things. +priority: 1 -# This is for drop-in compatibilty with glib-networking and gcr +# Mark this module as a viable source of trust policy information +trust-policy: yes + +# This is for drop-in compatibilty with glib-networking and gcr. Those +# projects used this non-standard attribute to denote slots to use to +# retrieve trust information. x-trust-lookup: pkcs11:library-description=PKCS%2311%20Kit%20Trust%20Module |