reassign -1 elogind
merge -1 1076728
thanks
* [Wed, Jul 31, 2024 at 10:55:31PM GMT] Ludovic Rousseau:
Local users should have access to pcsc-lite by default
See https://blog.apdu.fr/posts/2023/11/pcsc-lite-and-polkit/
Thanks, I'd missed the default policy was in place.
cat /usr/share/polkit-1/actions/org.debian.pcsc-lite.policy
...
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
...
It seems the problem resides in elogind not identifying the current
session as active. Reassigning.
Thanks,
Gian Piero.