aboutsummaryrefslogtreecommitdiffstats
path: root/security/fprint_demo
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2008-08-01 04:35:48 +0800
committerbarner <barner@FreeBSD.org>2008-08-01 04:35:48 +0800
commit24b4f1ab24f852ff50d2670377b56a33faf5dd0d (patch)
treeeb396665f3bc38822b475aa405450cfb44d4848a /security/fprint_demo
parent4fd41808e648f3d9fc7b8c48345466c830d659a9 (diff)
downloadfreebsd-ports-gnome-24b4f1ab24f852ff50d2670377b56a33faf5dd0d.tar.gz
freebsd-ports-gnome-24b4f1ab24f852ff50d2670377b56a33faf5dd0d.tar.zst
freebsd-ports-gnome-24b4f1ab24f852ff50d2670377b56a33faf5dd0d.zip
Document that /dev/usb* needs to be accessible, too.
Reported by: Richard Kolkovich <sarumont@sigil.org>
Diffstat (limited to 'security/fprint_demo')
-rw-r--r--security/fprint_demo/pkg-message5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/fprint_demo/pkg-message b/security/fprint_demo/pkg-message
index 14cbc92b49aa..aa5c8ce097e4 100644
--- a/security/fprint_demo/pkg-message
+++ b/security/fprint_demo/pkg-message
@@ -1,10 +1,12 @@
In order to enroll new finger prints, you must have r/w access to the
-usb device node(s) of your finger print reader (e.g. /dev/ugen*)
+usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*)
(tested with UPEK finger print reader as found in Lenovo T61).
It is recommended to use devfs.rules(5) and a dedicated group to manage
access to your finger print reader.
+You can use `usbdevs -v' to see if your sensor is accessible.
+
Example configuration:
- /etc/rc.conf:
devfs_system_ruleset="localrules"
@@ -12,5 +14,6 @@ devfs_system_ruleset="localrules"
- /etc/devfs.rules:
[localrules=10]
add path 'ugen0*' mode 0660 group operator
+add path 'usb0*' mode 0660 group operator
# /etc/rc.d/devfs restart