python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / busybox / mdev.conf
blob241c1c27df369f3ae5f5819ba41d8bbd74c67992
1 # null may already exist; therefore ownership has to be changed with command
2 null            root:root 666 @chmod 666 $MDEV
3 zero            root:root 666
4 full            root:root 666
5 random          root:root 444
6 urandom         root:root 444
7 hwrandom        root:root 444
8 grsec           root:root 660
10 kmem            root:root 640
11 mem             root:root 640
12 port            root:root 640
13 # console may already exist; therefore ownership has to be changed with command
14 console         root:tty 600 @chmod 600 $MDEV
15 ptmx            root:tty 666
16 pty.*           root:tty 660
18 # Typical devices
19 tty             root:tty 666
20 tty[0-9]*       root:tty 660
21 vcsa*[0-9]*     root:tty 660
22 ttyS[0-9]*      root:root 660
23 ttyUSB[0-9]*    root:root 660
25 # alsa sound devices
26 pcm.*           root:audio 660 =snd/
27 control.*       root:audio 660 =snd/
28 midi.*          root:audio 660 =snd/
29 seq             root:audio 660 =snd/
30 timer           root:audio 660 =snd/
32 # input stuff
33 event[0-9]+     root:root 640 =input/
34 mice            root:root 640 =input/
35 mouse[0-9]      root:root 640 =input/
36 ts[0-9]         root:root 600 =input/
38 # load modules
39 $MODALIAS=.*    root:root 660 @modprobe "$MODALIAS"