]> git.ipfire.org Git - thirdparty/systemd.git/blame - udev.conf.in
[PATCH] If a CALLOUT rule has a BUS id, then we must check to see if the device is...
[thirdparty/systemd.git] / udev.conf.in
CommitLineData
e8baccca
GKH
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
18a0d652 9udev_root="@udevdir@/"
e8baccca
GKH
10
11# udev_db - The name and location of the udev database.
18a0d652 12udev_db="@udevdir@/.udev.tdb"
e8baccca
GKH
13
14# udev_rules - The name and location of the udev rules file
15udev_rules="/etc/udev/udev.rules"
16
17# udev_permissions - The name and location of the udev permission file
18udev_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
197eda9a 22default_mode="0600"
e8baccca 23