Browse Source

cdrom devices should be user writeable by default - at least to rip Audio CD ..

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2111 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
bc27e6b5c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/devfsd/devfsd_hardware.txt

+ 1
- 1
package/base/devfsd/devfsd_hardware.txt

@ -2,7 +2,7 @@
# cd-rom
# user/group and persmission for the cd and the corespondig generic device
REGISTER ^(ide|scsi)/host[0-9]+/bus[0-9]+/target[0-9]+/lun[0-9]+/(cd|generic) PERMISSIONS root.users 0644
REGISTER ^(ide|scsi)/host[0-9]+/bus[0-9]+/target[0-9]+/lun[0-9]+/(cd|generic) PERMISSIONS root.users 0664
# handle the historic /dev/cdrom device always pointing to the first CD-ROM
REGISTER ^(cdroms/cdrom0)$ EXECUTE ln -s /dev/\1 /dev/cdrom

|||||||
100:0
Loading…
Cancel
Save