freebsd-ports/security/u2f-devd/files/pkg-message.in
Carlos J. Puga Medina 81853d3eb4 security/u2f-devd: Devd hotplug rules for Universal 2nd Factor (U2F) tokens
Automatic device permission handling for Universal 2nd Factor (U2F) USB
authentication tokens.

PR:		224199
Submitted by:	Greg V <greg@unrelenting.technology>
2017-12-09 11:55:44 +00:00

14 lines
505 B
Text

======================================================================
U2F authentication requires read/write access to USB devices. To
facilitate such access it comes with a devd.conf(5) file, but you
still need to restart devd(8), add the desired users to "u2f" group
and log those out of the current session. For example:
# service devd restart
# pw group mod u2f -m <user>
$ exit
For details, see %%PREFIX%%/etc/devd/u2f.conf
======================================================================