freebsd-ports/security/u2f-devd/files/pkg-message.in
2019-08-14 12:16:12 +00:00

16 lines
404 B
Text

[
{ type: install
message: <<EOM
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
EOM
}
]