Accepting request 632884 from home:wrosenauer:devel

- 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
This commit is contained in:
Wolfgang Rosenauer 2018-09-03 14:58:07 +00:00 committed by Git OBS Bridge
parent e6eeadd501
commit 3a63e84281
3 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 3 14:49:29 UTC 2018 - wr@rosenauer.org
- 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)
-------------------------------------------------------------------
Fri Mar 2 20:42:09 CET 2018 - sbrabec@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#

View File

@ -1,9 +1,20 @@
## Path: Hardware/SmartCard
## Description: Hard disc health monitoring
## ServiceReload: pcscd
## Description: pcscd(8) command-line options
## Type: string
## Default:
## 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=""