1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/fprint_demo/pkg-message
Michael Scheidell cb72cb1b9a - Submitter is now Maintainer
- There's one more commit after version 0.2 on github. After that, the software discontinued. This version is adopted
by Debian
- added alocal/automake
- Committed with changed (added IGNORE for FreeBSD < 8.x since libusb 1.0 is needed, see libfprint)

PR:		161225
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Approved by:	ports (maintainer timeout) gabor (mentor)
Feature safe:	yes
2011-11-29 12:59:55 +00:00

19 lines
535 B
Plaintext

In order to enroll new finger prints, you must have r/w access to the
usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*).
It is recommended to use devfs.rules(5) and a dedicated group to manage
access to your finger print reader.
You can use `usbconfig' to see if your sensor is accessible.
Example configuration:
- /etc/rc.conf:
devfs_system_ruleset="localrules"
- /etc/devfs.rules:
[localrules=10]
add path 'usb' mode 0770 group operator
add path 'usb/*' mode 0660 group operator
# /etc/rc.d/devfs restart