Public bug reported: Binary package hint: udev
When I register a rfcomm device on my system, it is created as a root:root device node. The correct behaviour should be root:dialout, as for instance /dev/ttyUSB*. I have written a direct solution by adding a new udev rule to /etc/udev/rules.d/ attached to this bug. A patch would be to change this line in /lib/udev/rules.d/50-udev- default.rules: # serial KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*", GROUP="dialout" to: # serial KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*", GROUP="dialout" ** Affects: udev (Ubuntu) Importance: Undecided Status: New -- rfcomm nodes should be created with dialout group https://bugs.launchpad.net/bugs/368109 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