chiark / gitweb /
[PATCH] fix up udev.rules to handle oss rules better.
[elogind.git] / etc / udev / udev.conf.in
1 # udev.conf
2 # The main config file for udev
3 #
4 # This file can be used to override some of udev's default values
5 # for where it looks for files, and where it places device nodes.
6
7
8 # udev_root - where in the filesystem to place the device nodes
9 udev_root="@udevdir@/"
10
11 # udev_db - The name and location of the udev database.
12 udev_db="@udevdir@/.udev.tdb"
13
14 # udev_rules - The name and location of the udev rules file
15 udev_rules="/etc/udev/udev.rules"
16
17 # udev_permissions - The name and location of the udev permission file
18 udev_permissions="/etc/udev/udev.permissions"
19
20 # default_mode - set the default mode for all nodes that have no
21 #                explicit match in the permissions file
22 default_mode="0600"
23
24 # default_owner - set the default owner for all nodes that have no
25 #                 explicit match in the permissions file
26 default_owner="root"
27
28 # default_group - set the default group for all nodes that have no
29 #                 explicit match in the permissions file
30 default_group="root"
31
32 # udev_log - set to "yes" if you want logging, else "no"
33 udev_log="yes"
34