From 8e132ab21378fb5fa1f44afb38c23f44b1277f7d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 24 Jun 2014 14:20:01 +0200 Subject: p11-kit: Add a new 'isolate' pkcs11 config option This sets 'remote' appropriately to run the module in a separate process. https://bugs.freedesktop.org/show_bug.cgi?id=80472 --- doc/manual/p11-kit-sharing.xml | 4 ++++ doc/manual/pkcs11.conf.xml | 8 ++++++++ 2 files changed, 12 insertions(+) (limited to 'doc/manual') diff --git a/doc/manual/p11-kit-sharing.xml b/doc/manual/p11-kit-sharing.xml index bf0ed01..453d42b 100644 --- a/doc/manual/p11-kit-sharing.xml +++ b/doc/manual/p11-kit-sharing.xml @@ -99,6 +99,10 @@ purposes. See the log-calls = yes module configuration option. + + Managed modules have the ability to be isolated in their own process + See the isolated = yes + module configuration option. diff --git a/doc/manual/pkcs11.conf.xml b/doc/manual/pkcs11.conf.xml index 2617677..86c8fcb 100644 --- a/doc/manual/pkcs11.conf.xml +++ b/doc/manual/pkcs11.conf.xml @@ -131,6 +131,14 @@ x-custom : text not present, then any process will load the module. + + + + Set to yes to run this PKCS#11 module in its own + process. This is a simple way to set the to + accomplish the same thing. + + -- cgit v1.1