Re: git: 726b0eccd65b - main - devel/pcsc-lite: Update to 2.3.1

From: Craig Leres <leres_at_freebsd.org>
Date: Thu, 09 Jan 2025 18:43:25 UTC
On 1/8/25 22:27, Gleb Popov wrote:
> The policy file for pcsc says
> 
>       <allow_any>no</allow_any>
>       <allow_inactive>no</allow_inactive>
>       <allow_active>yes</allow_active>
> 
> Polkit determines "activeness" by asking the ConsoleKit daemon.
> This in turn means that you have to register your graphical or console
> session with ConsoleKit.
> This is done automatically when you're using SDDM to log in.
> If you're starting the graphical session via "startx", then your
> ~/.xinitrc should have something like
> 
> exec dbus-launch --exit-with-x11 ck-launch-session startplasma-x11
> 
> If you don't really need Polkit-based access control, you can disable
> the POLKIT option.

I start X with the descendent of a script I wrote in the early 80's to 
start X10 on an ibm 701 running BSD unix. It doesn't really lend itself 
to dbus-launch. But I played around and was able to to make opensc-tool 
work in an xterm (without disabling polkit).

I think I'll stick with --disable-polkit for now; but thank you for 
explaining how this fancy new stuff works!

		Craig