Public bug reported:

Binary package hint: udev

On Kubuntu Jaunty 64-bit, I cannot seem to use the GROUP="" parameter to
assign permissions in a file in /etc/udev/rules.d.  I am trying to set
up udev so that my cellphone works in BitPim without root privileges,
but the following line does not work:

SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="1004",
SYSFS{idProduct}=="6000", MODE="666", GROUP="cellusers"

I have confirmed that the "cellusers" group exists and that I am a
member.  It will work, however, if I assign myself as the owner, like
this:

SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="1004",
SYSFS{idProduct}=="6000", MODE="666", OWNER="michael"

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

-- 
setting permissions by group does not work
https://bugs.launchpad.net/bugs/321658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to