mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
gnupg's scdaemon opens smart cards in exclusive mode, which prevents other
applications (such as PKCS#11 libraries) from concurrently accessing the
card). Upstream refuses to fix the problem. This commit adds a
--shared-access option to scdaemon. When enabled, scdaemon will access the
smart card in shared mode, playing nicely with other applications. The
default behavior is unchanged.
See Also:
|
||
---|---|---|
.. | ||
patch-doc_scdaemon.texi | ||
patch-scd_apdu.c | ||
patch-scd_scdaemon.c | ||
patch-scd_scdaemon.h | ||
patch-tools_gpgconf-comp.c | ||
pkg-message.in |