summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2014-12-15 16:24:45 -0600
committerJeremy White <jwhite@codeweavers.com>2015-01-08 08:04:29 -0600
commitcd96284cf17524a3618ae542d53fa3c987e85a75 (patch)
treee30d37408740cccb310876c77d596bbecd240a99 /examples
parent9368451e74c77b3d04383b5b98a1d71e6f12eb55 (diff)
Enable smartcard support for XSpice.
This is done by creating a Unix domain socket to which smartcard messages are transferred, using the vscard protocol. A further system library, spiceccid, is used to provide an interface into pcsc-lite, specifically the pcsc-lite daemon, so that regular Unix applications can access the passed through smartcard information. Signed-off-by: Jeremy White <jwhite@codeweavers.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/spiceqxl.xorg.conf.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/spiceqxl.xorg.conf.example b/examples/spiceqxl.xorg.conf.example
index 597a5bd..d15f7f2 100644
--- a/examples/spiceqxl.xorg.conf.example
+++ b/examples/spiceqxl.xorg.conf.example
@@ -143,6 +143,9 @@ Section "Device"
# to the client. Default is no mixing.
#Option "SpicePlaybackFIFODir" "/tmp/"
+ # A unix domain name for a unix domain socket
+ # to communicate with a spiceccid smartcard driver
+ #Option "SpiceSmartCardFile" "/tmp/spice.pcsc.comm"
EndSection
Section "InputDevice"