mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 14:55:26 +03:00
[PATCH] add debian config files.
taken from latest udev debian package.
This commit is contained in:
parent
396bb4c3d3
commit
13299c29e7
121
etc/udev/udev.permissions.debian
Normal file
121
etc/udev/udev.permissions.debian
Normal file
@ -0,0 +1,121 @@
|
||||
# name:user:group:mode
|
||||
|
||||
# character devices
|
||||
|
||||
ptmx:root:tty:0666
|
||||
random:root:root:0666
|
||||
urandom:root:root:0444
|
||||
kmem:root:kmem:0640
|
||||
mem:root:kmem:0640
|
||||
port:root:kmem:0640
|
||||
null:root:root:0666
|
||||
zero:root:root:0666
|
||||
full:root:root:0666
|
||||
|
||||
misc/nvram:root:nvram:660
|
||||
nvram:root:nvram:660
|
||||
misc/rtc:root:audio:0664
|
||||
rtc:root:audio:0664
|
||||
|
||||
tts/*:root:dialout:0660
|
||||
bluetooth/rfcomm/*:root:dialout:0660
|
||||
tty[BCDEFHILMPRSTUVWX][0-9]*:root:dialout:0660
|
||||
ttyS[ACIR][0-9]*:root:dialout:0660
|
||||
ttyUSB[0-9]*:root:dialout:0660
|
||||
ttyACM[0-9]*:root:dialout:0660
|
||||
ippp[0-9]*:root:dialout:0660
|
||||
isdn[0-9]*:root:dialout:0660
|
||||
isdnctrl[0-9]*:root:dialout:0660
|
||||
capi[0-9.]*:root:dialout:0660
|
||||
dcbri[0-9]*:root:dialout:0660
|
||||
ircomm[0-9]*:root:dialout:0660
|
||||
rfcomm[0-9]*:root:dialout:0660
|
||||
tty:root:tty:0666
|
||||
|
||||
snd/*:root:audio:0660
|
||||
sound/*:root:audio:0660
|
||||
admmidi*:root:audio:0660
|
||||
adsp*:root:audio:0660
|
||||
aload*:root:audio:0660
|
||||
amidi*:root:audio:0660
|
||||
amixer*:root:audio:0660
|
||||
audio*:root:audio:0660
|
||||
dmfm*:root:audio:0660
|
||||
dsp*:root:audio:0660
|
||||
audio*:root:audio:0660
|
||||
mixer*:root:audio:0660
|
||||
music:root:audio:0660
|
||||
sequencer*:root:audio:0660
|
||||
|
||||
printers/*:root:lp:0660
|
||||
usb/lp[0-9]*:root:lp:0660
|
||||
usb/legousbtower[0-9]*:root:root:666
|
||||
lp[0-9]*:root:lp:0660
|
||||
parport[0-9]*:root:lp:0660
|
||||
irlpt[0-9]*:root:lp:0660
|
||||
usblp[0-9]*:root:lp:0660
|
||||
|
||||
input/mice:root:root:0600
|
||||
input/mouse[0-9]*:root:root:0600
|
||||
input/js[0-9]*:root:root:0644
|
||||
input/*:root:root:0600
|
||||
mouse[0-9]*:root:root:0600
|
||||
js[0-9]*:root:root:0644
|
||||
|
||||
dri/card[0-9]*:root:video:0660
|
||||
fb/*:root:video:0660
|
||||
fb[0-9]*:root:video:0660
|
||||
agpgart:root:video:0660
|
||||
nvidia*:root:video:0660
|
||||
|
||||
v4l/*:root:video:0660
|
||||
video[0-9]*:root:video:0660
|
||||
radio[0-9]*:root:video:0660
|
||||
vbi[0-9]*:root:video:0660
|
||||
vtx[0-9]*:root:video:0660
|
||||
dvb/*:root:video:0660
|
||||
|
||||
# block devices
|
||||
|
||||
floppy/*:root:floppy:0660
|
||||
fd[0-9]*:root:floppy:0660
|
||||
cdemu/*:root:cdrom:0660
|
||||
pktcdvd[0-9]*:root:cdrom:0660
|
||||
|
||||
ram[0-9]*:root:disk:0660
|
||||
raw/*:root:disk:0660
|
||||
|
||||
ide/*/cd:root:cdrom:0660
|
||||
ide/*:root:disk:0660
|
||||
hd[a-s]:root:disk:0660
|
||||
hd[a-s][0-9]*:root:disk:0660
|
||||
|
||||
scsi/*/cd:root:cdrom:0660
|
||||
scsi/*:root:disk:0660
|
||||
sd[a-z]:root:disk:0660
|
||||
sd[a-z][0-9]*:root:disk:0660
|
||||
sd[a-i][a-z]:root:disk:0660
|
||||
sd[a-i][a-z][0-9]*:root:disk:0660
|
||||
s[gr][0-9]*:root:disk:0660
|
||||
scd[0-9]*:root:cdrom:0660
|
||||
|
||||
dasd[0-9]*:root:disk:0660
|
||||
ataraid[0-9]*:root:disk:0660
|
||||
|
||||
loop/*:root:disk:0660
|
||||
loop[0-9]*:root:disk:0660
|
||||
md/*:root:disk:0660
|
||||
md[0-9]*:root:disk:0660
|
||||
dm-*:root:disk:0640
|
||||
|
||||
ht[0-9]*:root:tape:0660
|
||||
nht[0-9]*:root:tape:0660
|
||||
pt[0-9]*:root:tape:0660
|
||||
npt[0-9]*:root:tape:0660
|
||||
st[0-9]*:root:tape:0660
|
||||
nst[0-9]*:root:tape:0660
|
||||
|
||||
sgi_fetchop:root:root:666
|
||||
iseries/vcd*:root:disk:660
|
||||
iseries/vd*:root:disk:660
|
||||
|
69
etc/udev/udev.rules.debian
Normal file
69
etc/udev/udev.rules.debian
Normal file
@ -0,0 +1,69 @@
|
||||
# There are a number of modifiers that are allowed to be used in some
|
||||
# of the different fields. They provide the following subsitutions:
|
||||
# %n - the "kernel number" of the device.
|
||||
# For example, 'sda3' has a "kernel number" of '3'
|
||||
# %k - the kernel name for the device.
|
||||
# %M - the kernel major number for the device
|
||||
# %m - the kernel minor number for the device
|
||||
# %b - the bus id for the device
|
||||
# %c - the string returned by the PROGRAM. (Note, this doesn't work within
|
||||
# the PROGRAM field for the obvious reason.)
|
||||
# %s{filename} - the content of a sysfs attribute.
|
||||
# %% - the '%' char itself.
|
||||
#
|
||||
|
||||
# /dev/cdrom symlink
|
||||
BUS="ide", KERNEL="hd[a-z]", PROGRAM="/etc/udev/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
|
||||
|
||||
# permissions for SCSI sg devices
|
||||
BUS="scsi", KERNEL="s[grt][0-9]*", SYSFS{type}="5", NAME="%k", MODE="0660", GROUP="cdrom"
|
||||
|
||||
# permissions for IDE CD devices
|
||||
BUS="ide", KERNEL="*[!0-9]", PROGRAM="/bin/cat /proc/ide/%k/media", RESULT="cdrom*", NAME="%k", MODE="0660", GROUP="cdrom"
|
||||
|
||||
# permissions for IDE floppy devices
|
||||
BUS="ide", KERNEL="*[!0-9]", PROGRAM="/bin/cat /proc/ide/%k/media", RESULT="floppy*", NAME="%k", MODE="0660", GROUP="floppy"
|
||||
|
||||
# USB devices
|
||||
BUS="usb", KERNEL="hiddev*", NAME="usb/%k"
|
||||
BUS="usb", KERNEL="auer*", NAME="usb/%k"
|
||||
BUS="usb", KERNEL="legousbtower*", NAME="usb/%k"
|
||||
BUS="usb", KERNEL="dabusb*", NAME="usb/%k"
|
||||
BUS="usb", KERNEL="lp[0-9]*", NAME="usb/%k"
|
||||
|
||||
KERNEL="dvb*", PROGRAM="/etc/udev/dvb.sh %k", NAME="%c"
|
||||
|
||||
KERNEL="card*", NAME="dri/card%n"
|
||||
KERNEL="cdemu[0-9]*", NAME="cdemu/%n"
|
||||
KERNEL="cpu[0-9]*", NAME="cpu/%n/cpuid"
|
||||
KERNEL="msr[0-9]*", NAME="cpu/%n/msr"
|
||||
KERNEL="microcode", NAME="cpu/microcode"
|
||||
|
||||
# ALSA devices
|
||||
KERNEL="controlC[0-9]*", NAME="snd/%k"
|
||||
KERNEL="hw[CD0-9]*", NAME="snd/%k"
|
||||
KERNEL="pcm[CD0-9cp]*", NAME="snd/%k"
|
||||
KERNEL="midi[CD0-9]*", NAME="snd/%k"
|
||||
KERNEL="timer", NAME="snd/%k"
|
||||
KERNEL="seq", NAME="snd/%k"
|
||||
|
||||
# input devices
|
||||
KERNEL="mice", NAME="input/%k"
|
||||
KERNEL="mouse[0-9]*", NAME="input/%k"
|
||||
KERNEL="event[0-9]*", NAME="input/%k", PROGRAM="/etc/udev/inputdev.sh %k", RESULT="inputdev", MODE="0664", GROUP="video"
|
||||
KERNEL="event[0-9]*", NAME="input/%k"
|
||||
KERNEL="js[0-9]*", NAME="input/%k"
|
||||
KERNEL="ts[0-9]*", NAME="input/%k"
|
||||
KERNEL="uinput", NAME="input/%k"
|
||||
|
||||
KERNEL="tap*", NAME="net/%k"
|
||||
KERNEL="tun", NAME="net/%k"
|
||||
|
||||
# CAPI devices
|
||||
KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20"
|
||||
KERNEL="capi[0-9]*", NAME="capi/%n"
|
||||
|
||||
# device mapper creates its own device nodes, so ignore these
|
||||
KERNEL="dm-[0-9]*", NAME=""
|
||||
KERNEL="device-mapper", NAME="mapper/control"
|
||||
|
Loading…
Reference in New Issue
Block a user