summaryrefslogtreecommitdiff
path: root/security/fprint_demo/pkg-message
blob: 53f3a53d39351ef94fd319958cc29a12858d7deb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{ type: install
  message: <<EOM
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
EOM
}
]