Documented whitelisting drivers with opensc.conf

closes https://github.com/OpenSC/OpenSC/issues/358
This commit is contained in:
Frank Morgner 2015-09-25 09:25:09 +02:00
parent 7b677837a0
commit a4ca19019e
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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