rfcomm nodes should be created with dialout group

Bug #368109 reported by Valentin Longchamp
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
udev (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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"

Revision history for this message
Valentin Longchamp (longfield) wrote :
Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote : Re: [Bug 368109] Re: rfcomm nodes should be created with dialout group

 status wishlist
 subscribe kay-sievers

Scott
--
Scott James Remnant
<email address hidden>

Revision history for this message
Kay Sievers (kaysievers) wrote :

Applied to upstream git.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package udev - 141-2+git4a74214

---------------
udev (141-2+git4a74214) karmic; urgency=low

  * Update to GIT HEAD:
    - bugfixes. LP: #369817, #368109.
    - libudev allows you to subscribe to udev events, and filter those
      based on system, etc.
    - extras/cdrom_id/cdrom_id.c: Add a new key ID_CDROM_MEDIA=1 if there
      is a CD present. Also, skip media tests if CDROM_DRIVE_STATUS !=
      CDS_DISC_OK.
    - rules/rules.d/60-persistent-storage.rules: Only start vol_id if
      ID_CDROM_MEDIA is set. This should fix the auto-closing of the tray.
      (LP: #356631)

  * Remove /dev/MAKEDEV symlink on upgrade.
  * Remove /dev/kmem device node, this is disabled in our kernels and
    will be created anyway if the module is loaded from a kernel compiled
    with it enabled.

  * The vol_id binary and libvolume-id library are no longer built by
    this package. Software should use the blkid binary and libblkid
    library supplied by the util-linux source package instead.
  * Add Breaks on packages that were using vol_id with our blessing.

 -- Scott James Remnant <email address hidden> Thu, 07 May 2009 12:48:24 +0100

Changed in udev (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.