From 0dd62395788ae566d3adef967611bce214a04435 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 23 Dec 2018 14:11:00 +0100 Subject: trust: Propagate library verbosity to module through init_args Previously, even when the -v option is used with the 'trust' command, the messages from p11-kit-trust.so module were suppressed because the verbosity setting is not propagated to the module. --- trust/p11-kit-trust.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'trust/p11-kit-trust.module') diff --git a/trust/p11-kit-trust.module b/trust/p11-kit-trust.module index 72122c3..a2a3306 100644 --- a/trust/p11-kit-trust.module +++ b/trust/p11-kit-trust.module @@ -18,3 +18,7 @@ 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 + +# This will be overwritten by appending "verbose=yes", if the trust +# command is called with the -v option. +x-init-reserved: -- cgit v1.1