source: MondoRescue/branches/2.2.9/mindi-busybox/examples/mdev.conf@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 496 bytes
Line 
1#
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:
10# %s %d:%d %s
11# devicename_regex user:group mode
12
13null 0:0 666
14zero 0:0 666
15urandom 0:0 444
16
17kmem 0:9 000
18mem 0:9 640
19port 0:9 640
20
21console 0:5 600
22ptmx 0:5 660
23tty[0-9]* 0:5 660
24
25ttyS[0-9]* 0:20 640
26
27fd[0-9]* 0:11 660
28
29sd[a-z]* 0:6 660
30hd[a-z]* 0:6 660
Note: See TracBrowser for help on using the repository browser.