[Bug 1744928] [NEW] udev doesn't include a rule for security keys (including Yubico)

Apicultor 1744928 at bugs.launchpad.net
Tue Jan 23 12:19:43 UTC 2018


Public bug reported:

https://bugs.chromium.org/p/chromium/issues/detail?id=427966#c19

I can confirm that the following solves the problem on bionic:

sudo bash -c 'cat > /lib/udev/rules.d/50-securitykey.rules << EOF
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", MODE="0644", GROUP="plugdev"
EOF'
service udev restart

We might wish to flesh this out with a list of vendor IDs, but even just
Yubico (1050) will likely cover the vast majority of use cases due to
their market share.

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New

** Package changed: gnupg2 (Ubuntu) => udev (Ubuntu)

** Description changed:

  https://bugs.chromium.org/p/chromium/issues/detail?id=427966#c19
  
- I can confirm that the following solves the problem:
+ I can confirm that the following solves the problem on bionic:
  
  sudo bash -c 'cat > /lib/udev/rules.d/50-securitykey.rules << EOF
  SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", MODE="0644", GROUP="plugdev"
  EOF'
  service udev restart
  
  We might wish to flesh this out with a list of vendor IDs, but even just
  Yubico will cover the vast majority of use cases due to their market
  share.

** Description changed:

  https://bugs.chromium.org/p/chromium/issues/detail?id=427966#c19
  
  I can confirm that the following solves the problem on bionic:
  
  sudo bash -c 'cat > /lib/udev/rules.d/50-securitykey.rules << EOF
  SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", MODE="0644", GROUP="plugdev"
  EOF'
  service udev restart
  
  We might wish to flesh this out with a list of vendor IDs, but even just
- Yubico will cover the vast majority of use cases due to their market
- share.
+ Yubico (1050) will likely cover the vast majority of use cases due to
+ their market share.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gnupg2 in Ubuntu.
https://bugs.launchpad.net/bugs/1744928

Title:
  udev doesn't include a rule for security keys (including Yubico)

Status in udev package in Ubuntu:
  New

Bug description:
  https://bugs.chromium.org/p/chromium/issues/detail?id=427966#c19

  I can confirm that the following solves the problem on bionic:

  sudo bash -c 'cat > /lib/udev/rules.d/50-securitykey.rules << EOF
  SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", MODE="0644", GROUP="plugdev"
  EOF'
  service udev restart

  We might wish to flesh this out with a list of vendor IDs, but even
  just Yubico (1050) will likely cover the vast majority of use cases
  due to their market share.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1744928/+subscriptions



More information about the foundations-bugs mailing list