--- /usr/local/etc/devd/u2f.conf 2020-05-11 12:49:06.953127000 +0200 +++ /usr/ports/security/u2f-devd/files/u2f.conf 2020-04-11 17:26:31.330024000 +0200 @@ -8,13 +8,13 @@ match "subsystem" "DEVICE"; match "type" "ATTACH"; match "vendor" "0x1050"; - match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0404|0x0406|0x0407|0x0410)"; + match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)"; action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev"; }; attach 100 { match "vendor" "0x1050"; - match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0404|0x0406|0x0407|0x0410)"; + match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)"; action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name"; };