Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PCSC-Lite daemon blocks all detected cardreaders
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
yDC46xcSZl8YpYei
n00b
n00b


Joined: 25 Nov 2018
Posts: 7

PostPosted: Wed Dec 26, 2018 10:48 pm    Post subject: PCSC-Lite daemon blocks all detected cardreaders Reply with quote

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"
    Code:
    # pcscd -a -d -f

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.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum