Le jeudi 16 octobre 2025 à 14:42 +0200, Daniel Salzman a écrit :
> Hi Bastien,
>
> Unfortunately, we don't have experience with this issue.
>
> You could try to find what changed since Bookworm
> https://salsa.debian.org/debian/pcsc-lite/-/commits/master
> For example
> https://salsa.debian.org/debian/pcsc-lite/-/commit/d13076c563a43379f901e377565e7f3454e3d214
>
> Daniel
>
Ok, thanks.
BTW, I wrote a less permissive rule :
polkit.addRule(function (action, subject) {
if ((action.id == "org.debian.pcsc-lite.access_pcsc" ||
action.id == "org.debian.pcsc-lite.access_card") &&
subject.isInGroup("pcsc")) {
return polkit.Result.YES;
}
});
With knot in pcsc group, this works. But I'm not an expert in this
area.
I don't know it it's worth putting it in the package ? (maybe with user
== knot instead of group)
Best regards,
--
Bastien
--