- Fix u2f.conf

This commit is contained in:
Carlos J. Puga Medina 2018-03-09 18:49:53 +00:00
parent 54f7daec37
commit ae9b74dcfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463992

View file

@ -191,5 +191,5 @@ notify 100 {
attach 100 { attach 100 {
match "vendor" "0x18d1"; match "vendor" "0x18d1";
match "product" "0x5026"; match "product" "0x5026";
action "chgrp u2f /dev/$device-name; chmod g+rw /dev/device-name"; action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
}; };