# VDR friendly permissions and ownerships for various devices. These take # effect at boot time as well as on console logins and logouts. See also # /etc/udev/rules.d/*-vdr.rules and https://bugzilla.redhat.com/202132 # DVB devices: =/dev/dvb/adapter*/* 0660 0660 root.VDR_GROUP # Optical drives; uncomment/adjust if you want to use them with VDR: #=/dev/cdrom* /dev/cdrw* /dev/cdwriter* /dev/dvd* # 0660 0660 root.VDR_GROUP # Remote controller, serial port 1 (eg. vdr --rcu=/dev/ttyS0): #=/dev/ttyS0 # Remote controller, /dev/input/event2 (using the remote plugin): #=/dev/input/event2 # Remote controller using the example in /etc/udev/rules.d/*-vdr.rules: #=/dev/input/event-remote # Uncomment this if you have any s above uncommented: # 0660 0660 root.VDR_GROUP