blob: 7ed730152b7c65e75348435263809334ab3aeede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2009-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/files/ekey-ulusbd.conf.2,v 1.1 2011/10/20 11:40:27 flameeyes Exp $
# The userland USB daemon has to know the USB path of the EntopyKey to
# work properly; in alternative to providing these statically, they
# can be found by giving the serial of the key.
#
# The serial will also be used to set the default path to open the
# socket to.
EKEY_SERIAL=""
#USB_BUS=""
#USB_DEV=""
# this is set by default
# SOCKET_PATH="/var/run/ekey-ulusbd-${EKEY_SERIAL}"
|