Update security/lynis to version 2.5.1
[dports.git] / security / fprint_demo / pkg-message
1 In order to enroll new finger prints, you must have r/w access to the
2 usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*).
3
4 It is recommended to use devfs.rules(5) and a dedicated group to manage
5 access to your finger print reader.
6
7 You can use `usbconfig' to see if your sensor is accessible.
8
9 Example configuration:
10 - /etc/rc.conf:
11 devfs_system_ruleset="localrules"
12
13 - /etc/devfs.rules:
14 [localrules=10]
15 add path 'usb' mode 0770 group operator
16 add path 'usb/*' mode 0660 group operator
17
18 # /etc/rc.d/devfs restart