- extended sysconfig template to include PCSCLITE_FILTER_IGNORE_READER_NAMES env variable which is used by pcscd to ignore certain readers (patch by Eric Garreau) OBS-URL: https://build.opensuse.org/request/show/632884 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=142
21 lines
543 B
Plaintext
21 lines
543 B
Plaintext
## Path: Hardware/SmartCard
|
|
## Description: pcscd(8) command-line options
|
|
## Type: string
|
|
## Default:
|
|
## ServiceReload: pcscd
|
|
#
|
|
# Command line options for pcscd(8) init script.
|
|
#
|
|
PCSCD_OPTIONS=""
|
|
|
|
## Path: Hardware/SmartCard
|
|
## Description: reader names filtering criteria
|
|
## Type: string
|
|
## Default:
|
|
## ServiceReload: pcscd
|
|
#
|
|
# provide a regexp to identify some readers that should stay invisible to pcscd
|
|
# (https://ludovicrousseau.blogspot.com/2015/12/remove-andor-customize-pcsc-reader-names.html)
|
|
#
|
|
PCSCLITE_FILTER_IGNORE_READER_NAMES=""
|