diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/p11-kit-sharing.xml | 4 | ||||
-rw-r--r-- | doc/manual/pkcs11.conf.xml | 8 |
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> |