The udev rule you attached is invalid according to policy, because it
places the device in the deprecated "plugdev" group.  Our policy is to
*NOT* use groups for device access in this manner, but to use ACLs on
devices instead.

Please plug in your device (without any extra udev rules) and run the
following, providing the output (changing X to whatever letter is
assigned)

  for DEV in /dev/sdX*; do
    ls -l $DEV
    getfacl $DEV
    udevinfo -q all -n $DEV
  done

** Changed in: udev (Ubuntu)
       Status: New => Incomplete

-- 
ironkey requires root access to unlock
https://bugs.launchpad.net/bugs/269177
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to