From f10d361a5b523ce7f9289ba8d45ccd847510d619 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 16 Jul 2012 17:56:24 +0200 Subject: Use '.module' extension on module configs * And want alphanumeric/_.- filenames * Currently this is just a warning, soon it will be enforced * The name of a module does not include the extension Andreas Metzler and Ubuntu both worked on this patch, and I've made some more changes. See https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/911436 https://bugs.freedesktop.org/show_bug.cgi?id=52158 --- doc/p11-kit-config.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/p11-kit-config.xml b/doc/p11-kit-config.xml index 11fb41f..a10cb7e 100644 --- a/doc/p11-kit-config.xml +++ b/doc/p11-kit-config.xml @@ -113,8 +113,11 @@ critical: yes Module Configuration Each configured PKCS#11 module has its own config file. These files - can be placed in various locations. - Most importantly each config file specifies the path of the PKCS#11 module to + can be placed in various locations. + The filename of the configuration file may consist of upper and lowercase letters + underscore, comma, dash and dots. The first characters needs to be an alphanumeric, + the filename should end with a .module extension. + Most importantly each config file specifies the path of the PKCS#11 module to load. A module config file has the following fields: -- cgit v1.1