5a099434eb
* p11-kit now wants modules to use <name>.module for module config files * Put the module config file in the non-admin editable location supported by p11-kit 0.16.0 and later. * Administrators can still override any setting they want by creating an opensc.module file in /etc/pkcs11/modules and adding only those settings they wish to change.
9 lines
383 B
Plaintext
9 lines
383 B
Plaintext
# This file describes how to load the opensc module
|
|
# See: http://p11-glue.freedesktop.org/doc/p11-kit/config.html
|
|
|
|
# This is a relative path, which means it will be loaded from
|
|
# the p11-kit default path which is usually $(libdir)/pkcs11.
|
|
# Doing it this way allows for packagers to package opensc for
|
|
# 32-bit and 64-bit and make them parallel installable
|
|
module: opensc-pkcs11.so
|