summaryrefslogtreecommitdiffstats
path: root/makedev-1.4.1/makedev.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'makedev-1.4.1/makedev.cfg')
-rw-r--r--makedev-1.4.1/makedev.cfg34
1 files changed, 34 insertions, 0 deletions
diff --git a/makedev-1.4.1/makedev.cfg b/makedev-1.4.1/makedev.cfg
new file mode 100644
index 000000000..3f4696e99
--- /dev/null
+++ b/makedev-1.4.1/makedev.cfg
@@ -0,0 +1,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
+}