Bug#824532: udev: Include udev rules for more U2F devices

Michael Biebl biebl at debian.org
Sat Nov 12 20:10:20 GMT 2016


Control: tags -1 + moreinfo

On Tue, 17 May 2016 17:43:45 +1000 Robert Norris <rob at eatenbyagrue.org>
wrote:
> Package: udev
> Version: 229-6
> Severity: wishlist
> 
> 70-debian-uaccess.rules includes rules for Yubico U2F devices. There are
> other U2F devices coming onto the market, and it would be good to
> include those too.
> 
> https://github.com/Yubico/libu2f-host/blob/master/70-u2f.rules
> 

Hm, I'm not sure if shipping 70-debian-uaccess.rules in the udev package
was a good idea in the first place. Imho this file should be maintained
by the libu2f-host package, and apparently it already ships a rules file
for that

Martin, can we please drop debian/extra/rules/70-debian-uaccess.rules
and reassign this bug to libu2f-host?

I see that the rules file currently shipped by libu2f-host0 is using
group plugdev, but that is a bug in the package. It should have a
build-depends on udev, so it installs the correct version:

PKG_CHECK_MODULES([UDEV], [udev >= 188],
                  udevrulesfile=70-u2f.rules,
                  udevrulesfile=70-old-u2f.rules,
                  )

The package should install 70-u2f.rules and not 70-old-u2f.rules
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/attachments/20161112/e0d31f5b/attachment.sig>


More information about the Pkg-systemd-maintainers mailing list