Re: Privileges using security tokens through PC/SC-daemon
Jan Behrens <[email protected]> Thu, 5 Sep 2024 10:03:04 +0200
| Newsgroups | gmane.os.freebsd.security.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 4 Sep 2024 22:32:03 -0500 Kyle Evans <[email protected]> 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 <[email protected]> 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