yDC46xcSZl8YpYei n00b
Joined: 25 Nov 2018 Posts: 7
|
Posted: Wed Dec 26, 2018 10:48 pm Post subject: PCSC-Lite daemon blocks all detected cardreaders |
|
|
I've configured PCSC-Lite to boot at boot time
Code: | # rc-update add pcscd default |
If I run certain software with /etc/init.d/pcscd started things don't work:
For "gpg --card-status" and "pcsc_scan" to work I have to
1. Make sure no pcscd is running
Code: | # /etc/init.d/pcscd stop |
2. start pcscd as "pcscd --foreground --debug --apdu"
I'm controlling access to smart cards via polkit. I thought configuring rules to access the daemon via polkit was the solution I was searching for but no luck.
Please help. thanks. |
|