diff options
| author | David Runge <dvzrv@archlinux.org> | 2023-08-29 20:09:46 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2023-08-29 20:13:32 +0200 |
| commit | 6c5ab3d3885024bc7a8feb724b721d4b481f13a9 (patch) | |
| tree | e75ecac8beaa09e85e2b165a879994bc80c94a97 /configs/releng/airootfs | |
| parent | 81d62d4c5d0319906f9b18707a21029b0efdd896 (diff) | |
| download | archiso-6c5ab3d3885024bc7a8feb724b721d4b481f13a9.tar.gz archiso-6c5ab3d3885024bc7a8feb724b721d4b481f13a9.tar.bz2 | |
Use pcsclite for communicating with OpenPGP smartcards
As opgpcard uses pcsclite and gnupg is able to use it as well, switch
away from using gnupg's internal ccid driver.
Diffstat (limited to 'configs/releng/airootfs')
| l--------- | configs/releng/airootfs/etc/systemd/system/sockets.target.wants/pcscd.socket | 1 | ||||
| -rw-r--r-- | configs/releng/airootfs/root/.gnupg/scdaemon.conf | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/sockets.target.wants/pcscd.socket b/configs/releng/airootfs/etc/systemd/system/sockets.target.wants/pcscd.socket new file mode 120000 index 0000000..3897c63 --- /dev/null +++ b/configs/releng/airootfs/etc/systemd/system/sockets.target.wants/pcscd.socket @@ -0,0 +1 @@ +/usr/lib/systemd/system/pcscd.socket
\ No newline at end of file diff --git a/configs/releng/airootfs/root/.gnupg/scdaemon.conf b/configs/releng/airootfs/root/.gnupg/scdaemon.conf new file mode 100644 index 0000000..e1f3d1f --- /dev/null +++ b/configs/releng/airootfs/root/.gnupg/scdaemon.conf @@ -0,0 +1,4 @@ +disable-ccid +disable-pinpad +pcsc-driver /usr/lib/libpcsclite.so +pcsc-shared |
