Skip to content

Commit

Permalink
Use pcsclite for communicating with OpenPGP smartcards
Browse files Browse the repository at this point in the history
As opgpcard uses pcsclite and gnupg is able to use it as well, switch
away from using gnupg's internal ccid driver.
  • Loading branch information
dvzrv committed Aug 29, 2023
1 parent 81d62d4 commit 6c5ab3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Changed
the file system size.
- Enable systemd-networkd's support for IPv6 Privacy Extensions globally instead of per-connection.
- Moved custom ``sshd_config`` files to ``/ssh/sshd_config.d/10-archiso.conf``
- Use pcsclite for interfacing with smartcards, since both gnupg and opgpcard support it.

Deprecated
----------
Expand Down
4 changes: 4 additions & 0 deletions configs/releng/airootfs/root/.gnupg/scdaemon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
disable-ccid
disable-pinpad
pcsc-driver /usr/lib/libpcsclite.so
pcsc-shared
1 change: 1 addition & 0 deletions configs/releng/profiledef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ file_permissions=(
["/etc/shadow"]="0:0:400"
["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755"
["/root/.gnupg"]="0:0:700"
["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/Installation_guide"]="0:0:755"
["/usr/local/bin/livecd-sound"]="0:0:755"
Expand Down

0 comments on commit 6c5ab3d

Please sign in to comment.