summaryrefslogtreecommitdiffstats
path: root/makedev-1.4.1/makedev.cfg
blob: 3f4696e99bb14860baa4f35f2ba199ac87bd6596 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * User and group ownerships, and permissions, for device classes.
 */

class default:	root	system	0640
class public:	root	system	0666
class system:   root	system	0660
class kmem:	root	kmem	0640
class tty:	root	tty	0620
class pty:	root	root	0666
class cons:	root	tty	0622 // 622 for console?
class dialout:	root	uucp	0660
class mouse:	root	system	0666
class printer:	root	daemon	0660
class floppy:	root	floppy	0660
class disk:	root	disk	0640
class scsi:	root	system	0600
class cdrom:	root	disk	0660
class tape:	root	disk	0660
class audio:	root	system	0666
class ibcs2:	root	system	0666
class scanner:	root	system	0666

/*
 * Things marked as omit will not be created. Ever. Be sure to check
 * here if you try to make something and nothing happens.
 */

omit {
//	hdc hdd     // hdc and hdd are now the 2nd controller.
                    // They're now made by "hd1", and *not* by "hd".
	xdc xdd
	sdc sdd sde sdf sdg sdh
}