mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 13:27:28 -08:00
In order to use smartcards with app-crypt/p11-kit, a module needs to be loaded by it. Doing this makes sure "p11tool --list-tokens" will find smartcards without further manual steps. The method is inspired by Fedora and OpenSuse. Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/19858 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
9 lines
390 B
Plaintext
9 lines
390 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: onepin-opensc-pkcs11.so
|