From a4ca19019e9538f3707abe137ddbe3f51d5210f3 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 25 Sep 2015 09:25:09 +0200 Subject: [PATCH] Documented whitelisting drivers with opensc.conf closes https://github.com/OpenSC/OpenSC/issues/358 --- etc/opensc.conf.in | 6 +++++- etc/opensc.conf.win.in | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in index c38aca96..d8338855 100644 --- a/etc/opensc.conf.in +++ b/etc/opensc.conf.in @@ -112,7 +112,11 @@ app default { # max_recv_size = 256; }; - # What card drivers to load at start-up + # Whitelist of card drivers to load at start-up + # + # The supported internal card driver names can be retrieved + # from the output of: + # $ opensc-tool --list-drivers # # A special value of 'internal' will load all # statically linked drivers. If an unknown (ie. not diff --git a/etc/opensc.conf.win.in b/etc/opensc.conf.win.in index 7af331b4..2f7b9554 100644 --- a/etc/opensc.conf.win.in +++ b/etc/opensc.conf.win.in @@ -112,7 +112,11 @@ app default { # max_recv_size = 256; }; - # What card drivers to load at start-up + # Whitelist of card drivers to load at start-up + # + # The supported internal card driver names can be retrieved + # from the output of: + # $ opensc-tool --list-drivers # # A special value of 'internal' will load all # statically linked drivers. If an unknown (ie. not