From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niv Date: Sun, 19 Feb 2006 00:12:42 +0000 Subject: simple question Message-Id: <43F7B7FA.2070601@cs.bgu.ac.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hay, I read the udev HOWTO and I still dont understand why /dev/cdrom get a root:root permision. I switched to RC_DEVICE_TARBALL="no" - so I guess I am a udev "pureist" the line in /etc/udev/rules/50-udev.rules say: # cdrom symlinks and other good cdrom naming BUS="ide", KERNEL="hd[a-z]", ACTION="add", IMPORT="/sbin/cdrom_id --export $tempnode" BUS="scsi", KERNEL="sr[0-9]*", ACTION="add", IMPORT="/sbin/cdrom_id --export $tempnode" BUS="scsi", KERNEL="scd[a-z]", ACTION="add", IMPORT="/sbin/cdrom_id --export $tempnode" BUS="scsi", KERNEL="sg[0-9]*", ACTION="add", DRIVER="sr", GROUP="cdrom" #--- look here -- ENV{ID_CDROM}="?*", SYMLINK+="cdrom%e", GROUP="cdrom" ENV{ID_CDROM_CD_RW}="?*", SYMLINK+="cdrw%e" ENV{ID_CDROM_DVD}="?*", SYMLINK+="dvd%e" ENV{ID_CDROM_DVD_R}="?*", SYMLINK+="dvdrw%e" so I see GROUP="cdrom" - so It should be root:cdrom - right? Niv ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel