File: pcscd

package info (click to toggle)
pcsc-lite 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,700 kB
  • sloc: ansic: 13,894; python: 3,231; lex: 609; makefile: 246; sh: 54; xml: 22
file content (14 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Defaults for pcscd (/etc/default/pcscd)
# https://blog.apdu.fr/posts/2021/08/pcsc-lite-configuration-using/

# PCSCD_ARGS is used in the systemd service unit to pass cli arguments
# to pcscd executable.
PCSCD_ARGS=""

# Adjust USB drivers path at run-time
#PCSCLITE_HP_DROPDIR="/usr/lib/pcsc/drivers/"

# Remove and/or customize PC/SC reader names
# https://blog.apdu.fr/posts/2015/12/remove-andor-customize-pcsc-reader-names/
#PCSCLITE_FILTER_IGNORE_READER_NAMES="Contactless"
#PCSCLITE_FILTER_EXTEND_READER_NAMES=" $HOSTNAME"