summaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-06-24 14:20:01 +0200
committerStef Walter <stef@thewalter.net>2014-07-08 08:59:30 +0200
commit8e132ab21378fb5fa1f44afb38c23f44b1277f7d (patch)
treef9d742ae979523a1fd713877e41502722386b15b /doc/manual
parent17ea60eaf9d1b4eab9546d6dfc7e7afe83779f91 (diff)
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
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/p11-kit-sharing.xml4
-rw-r--r--doc/manual/pkcs11.conf.xml8
2 files changed, 12 insertions, 0 deletions
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 <link linkend="option-log-calls"><literal>log-calls = yes</literal></link>
module configuration option.</para>
</listitem>
+ <listitem>
+ <para>Managed modules have the ability to be isolated in their own process
+ See the <link linkend="option-isolated"><literal>isolated = yes</literal></link>
+ module configuration option.</para>
</itemizedlist>
</section>
</chapter>
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.</para>
</listitem>
</varlistentry>
+ <varlistentry id="option-isolated">
+ <term><option>isolated:</option></term>
+ <listitem>
+ <para>Set to <literal>yes</literal> to run this PKCS#11 module in its own
+ process. This is a simple way to set the <option>remote</option> to
+ accomplish the same thing.</para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term><option>managed:</option></term>
<listitem>