From 5d97643884879d4967d21cb29c9917271a4b65db Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 10 Apr 2018 09:47:19 +0200 Subject: trust: Prevent trust module being loaded by proxy module Otherwise, when the proxy module were registerd in NSS database, the trust module would be loaded twice and degrade search performance. --- trust/p11-kit-trust.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'trust') diff --git a/trust/p11-kit-trust.module b/trust/p11-kit-trust.module index 2f53ef6..72122c3 100644 --- a/trust/p11-kit-trust.module +++ b/trust/p11-kit-trust.module @@ -15,3 +15,6 @@ trust-policy: yes # 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 + +# Prevent this module being loaded by the proxy module +disable-in: p11-kit-proxy -- cgit v1.1