Re: Privileges using security tokens through PC/SC-daemon

From: Jan Behrens <jbe-mlist_at_magnetkern.de>
Date: Thu, 05 Sep 2024 08:03:04 UTC
On Wed, 4 Sep 2024 22:32:03 -0500
Kyle Evans <kevans@FreeBSD.org> wrote:

> On 9/4/24 21:58, Kyle Evans wrote:
> > On 9/4/24 19:17, Jan Behrens wrote:
> >> On Wed, 4 Sep 2024 18:14:56 -0500
> >> Kyle Evans <kevans@FreeBSD.org> wrote:
> >>
> >>> On 9/4/24 17:58, Jan Behrens wrote:
> >>>> I think I may have found the problem. If I'm right, it is an issue of
> >>>> pcsc-lite in combination with FreeBSD.
> >>>>
> >>>> Looking into pcsc-lite's file "src/auth.c", we find:
> >>>>
> >>>> #if defined(HAVE_POLKIT) && defined(SO_PEERCRED)
> >>>> ...
> >>>>
> >>>> [...]
> >>> [...]
> > [...]
> 
> I've posted a pull request now:
> 
> https://github.com/LudovicRousseau/PCSC/pull/209
> 

Great! Thanks for the work!

Jan