aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2022-03-02 10:38:53 +0100
committerJake Hunsaker <jhunsake@redhat.com>2022-03-02 11:52:50 -0500
commit686351fc6768104504ee14b9cad4140b65a420a2 (patch)
tree9000ed7ff79a406c3f5abaa8b38df4e4d8e00fa8
parent691aa71521b2df27293fe4261a759afb66fd4cf5 (diff)
downloadsos-686351fc6768104504ee14b9cad4140b65a420a2.tar.gz
[smartcard] List p11-kit modules
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
-rw-r--r--sos/report/plugins/smartcard.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/sos/report/plugins/smartcard.py b/sos/report/plugins/smartcard.py
index 64a50833..c08b8501 100644
--- a/sos/report/plugins/smartcard.py
+++ b/sos/report/plugins/smartcard.py
@@ -28,7 +28,9 @@ class Smartcard(Plugin, RedHatPlugin):
"/etc/reader.conf",
"/etc/reader.conf.d/",
"/etc/pam_pkcs11/",
- "/etc/opensc-*.conf"
+ "/etc/opensc-*.conf",
+ "/etc/pkcs11/modules/*.module",
+ "/usr/share/p11-kit/modules/*.module"
])
self.add_cmd_output([
"pklogin_finder debug",