Skip to content

Commit

Permalink
fix(pcsc): add opensc load module file
Browse files Browse the repository at this point in the history
On Fedora, and possibly others, this file loads opensc-pkcs11.so which you need to interact with the smart card to unlock a LUKS encrypted volume.

(Cherry-picked commit 6da61a2c0e38da4e6e880e1bb7f47d55d2c54c65 from PR#2547)
  • Loading branch information
innovara authored and pvalena committed Mar 20, 2024
1 parent edd63a5 commit 8069d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules.d/91pcsc/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ install() {
inst_simple "$moddir/pcscd.socket" "${systemdsystemunitdir}"/pcscd.socket

inst_multiple -o \
pcscd
pcscd \
/usr/share/p11-kit/modules/opensc.module

# Enable systemd type unit(s)
for i in \
Expand Down

0 comments on commit 8069d40

Please sign in to comment.