blob: bceddb2d75e0494421ec2cd6718ed67f6b2b875d [file] [log] [blame]
Denys Vlasenko6e8e6662009-11-07 04:00:03 +01001#
2# This is a sample mdev.conf
3#
4
5# Provide user, group, and mode information for devices. If a regex matches
6# the device name provided by sysfs, use the appropriate user:group and mode
7# instead of the default 0:0 660.
8#
9# Syntax:
Denys Vlasenko5bce1352013-02-27 10:51:41 +010010# [-][ENVVAR=regex;]...devicename_regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
11# [-][ENVVAR=regex;]...@maj,min[-min2] user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
12# [-]$ENVVAR=regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
Denys Vlasenko6e8e6662009-11-07 04:00:03 +010013#
Denys Vlasenkoea57f512012-05-18 11:39:57 +020014# [-]: do not stop on this match, continue reading mdev.conf
Denys Vlasenko6e8e6662009-11-07 04:00:03 +010015# =: move, >: move and create a symlink
Denys Vlasenkoea57f512012-05-18 11:39:57 +020016# !: do not create device node
17# @|$|*: run cmd if $ACTION=remove, @cmd if $ACTION=add, *cmd in all cases
Denys Vlasenko6e8e6662009-11-07 04:00:03 +010018
Denys Vlasenko44f8d012009-11-07 18:21:03 +010019# support module loading on hotplug
20$MODALIAS=.* root:root 660 @modprobe "$MODALIAS"
21
Denys Vlasenko6e8e6662009-11-07 04:00:03 +010022# null may already exist; therefore ownership has to be changed with command
23null root:root 666 @chmod 666 $MDEV
24zero root:root 666
25full root:root 666
Denys Vlasenkobf40f562009-11-07 17:54:44 +010026random root:root 444
Denys Vlasenko6e8e6662009-11-07 04:00:03 +010027urandom root:root 444
Denys Vlasenkobf40f562009-11-07 17:54:44 +010028hwrandom root:root 444
Denys Vlasenko6e8e6662009-11-07 04:00:03 +010029grsec root:root 660
30
31kmem root:root 640
32mem root:root 640
33port root:root 640
34# console may already exist; therefore ownership has to be changed with command
35console root:tty 600 @chmod 600 $MDEV
36ptmx root:tty 666
37pty.* root:tty 660
38
39# Typical devices
40
41tty root:tty 666
42tty[0-9]* root:tty 660
43vcsa*[0-9]* root:tty 660
44ttyS[0-9]* root:uucp 660
45
46# block devices
47ram([0-9]*) root:disk 660 >rd/%1
48loop([0-9]+) root:disk 660 >loop/%1
49sd[a-z].* root:disk 660 */lib/mdev/usbdisk_link
50hd[a-z][0-9]* root:disk 660 */lib/mdev/ide_links
51md[0-9]* root:disk 660
52sr[0-9]* root:cdrom 660 @ln -sf $MDEV cdrom
53fd[0-9]* root:floppy 660
54
55# net devices
Denys Vlasenko5bce1352013-02-27 10:51:41 +010056SUBSYSTEM=net;.* root:root 600 @nameif
Denys Vlasenko6e8e6662009-11-07 04:00:03 +010057tun[0-9]* root:root 600 =net/
58tap[0-9]* root:root 600 =net/
59
60# alsa sound devices and audio stuff
61pcm.* root:audio 660 =snd/
62control.* root:audio 660 =snd/
63midi.* root:audio 660 =snd/
64seq root:audio 660 =snd/
65timer root:audio 660 =snd/
66
67adsp root:audio 660 >sound/
68audio root:audio 660 >sound/
69dsp root:audio 660 >sound/
70mixer root:audio 660 >sound/
71sequencer.* root:audio 660 >sound/
72
73# Less typical devices
74
75# raid controllers
76cciss!(.*) root:disk 660 =cciss/%1
77ida!(.*) root:disk 660 =ida/%1
78rd!(.*) root:disk 660 =rd/%1
79
80ttyLTM[0-9] root:dialout 660 @ln -sf $MDEV modem
81ttySHSF[0-9] root:dialout 660 @ln -sf $MDEV modem
82slamr root:dialout 660 @ln -sf $MDEV slamr0
83slusb root:dialout 660 @ln -sf $MDEV slusb0
Denys Vlasenkobf40f562009-11-07 17:54:44 +010084
Denys Vlasenko6e8e6662009-11-07 04:00:03 +010085fuse root:root 666
86
87# dri device
88card[0-9] root:video 660 =dri/
89
90# misc stuff
91agpgart root:root 660 >misc/
92psaux root:root 660 >misc/
93rtc root:root 664 >misc/
94
95# input stuff
96event[0-9]+ root:root 640 =input/
97mice root:root 640 =input/
98mouse[0-9] root:root 640 =input/
99ts[0-9] root:root 600 =input/
100
101# v4l stuff
102vbi[0-9] root:video 660 >v4l/
103video[0-9] root:video 660 >v4l/
104
105# dvb stuff
106dvb.* root:video 660 */lib/mdev/dvbdev
107
108# load drivers for usb devices
109usbdev[0-9].[0-9] root:root 660 */lib/mdev/usbdev
110usbdev[0-9].[0-9]_.* root:root 660
111
112# zaptel devices
113zap(.*) root:dialout 660 =zap/%1
114dahdi!(.*) root:dialout 660 =dahdi/%1