Accepting request 632897 from security:chipcard
- 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/632897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-lite?expand=0&rev=79
This commit is contained in:
commit
07286272ff
@ -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
|
Fri Mar 2 20:42:09 CET 2018 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -129,7 +129,8 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE6} .
|
|||||||
--docdir=%{_docdir}/%{name} \
|
--docdir=%{_docdir}/%{name} \
|
||||||
--enable-usbdropdir=%{ifddir} \
|
--enable-usbdropdir=%{ifddir} \
|
||||||
--with-systemdsystemunitdir=%{_unitdir} \
|
--with-systemdsystemunitdir=%{_unitdir} \
|
||||||
--enable-polkit \
|
--enable-polkit \
|
||||||
|
--enable-filter \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
@ -1,9 +1,20 @@
|
|||||||
## Path: Hardware/SmartCard
|
## Path: Hardware/SmartCard
|
||||||
## Description: Hard disc health monitoring
|
## Description: pcscd(8) command-line options
|
||||||
## ServiceReload: pcscd
|
|
||||||
## Type: string
|
## Type: string
|
||||||
## Default:
|
## Default:
|
||||||
|
## ServiceReload: pcscd
|
||||||
#
|
#
|
||||||
# Command line options for pcscd(8) init script.
|
# Command line options for pcscd(8) init script.
|
||||||
#
|
#
|
||||||
PCSCD_OPTIONS=""
|
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=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user