Date: Fri, 19 Mar 2021 23:09:16 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568817 - in head/security/u2f-devd: . files Message-ID: <202103192309.12JN9GI4067940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Mar 19 23:09:16 2021 New Revision: 568817 URL: https://svnweb.freebsd.org/changeset/ports/568817 Log: - Add USB ID for yubikey 5 PR: 246368 Submitted by: ports@xanderio.de Modified: head/security/u2f-devd/Makefile head/security/u2f-devd/files/u2f.conf Modified: head/security/u2f-devd/Makefile ============================================================================== --- head/security/u2f-devd/Makefile Fri Mar 19 23:01:01 2021 (r568816) +++ head/security/u2f-devd/Makefile Fri Mar 19 23:09:16 2021 (r568817) @@ -3,7 +3,7 @@ PORTNAME= u2f-devd PORTVERSION= 1.1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= # DISTFILES= # Modified: head/security/u2f-devd/files/u2f.conf ============================================================================== --- head/security/u2f-devd/files/u2f.conf Fri Mar 19 23:01:01 2021 (r568816) +++ head/security/u2f-devd/files/u2f.conf Fri Mar 19 23:09:16 2021 (r568817) @@ -8,13 +8,13 @@ notify 100 { match "subsystem" "DEVICE"; match "type" "ATTACH"; match "vendor" "0x1050"; - match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)"; + match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0404|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|0x0406|0x0407|0x0410)"; + match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0404|0x0406|0x0407|0x0410)"; action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name"; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103192309.12JN9GI4067940>