wok annotate eudev/stuff/udev.conf @ rev 19175

Fill category 'localization'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 03 01:02:47 2016 +0300 (2016-06-03)
parents
children
rev   line source
tcg@17143 1 # /etc/udev/udev.conf - The main config file for udev
tcg@17143 2 #
tcg@17143 3 # This file can be used to override some of udev's default values
tcg@17143 4 # for where it looks for files, and where it places device nodes.
tcg@17143 5
tcg@17143 6
tcg@17143 7 # udev_root - where in the filesystem to place the device nodes
tcg@17143 8 udev_root="/dev/"
tcg@17143 9
tcg@17143 10 # udev_db - The name and location of the udev database.
tcg@17143 11 #udev_db="/run/udev/tdb"
tcg@17143 12
tcg@17143 13 # udev_rules - The name and location of the udev rules dir
tcg@17143 14 udev_rules="/etc/udev/rules.d"
tcg@17143 15
tcg@17143 16 # default_mode - set the default mode for all nodes that have no
tcg@17143 17 # explicit match in the permissions file
tcg@17143 18 default_mode="0660"
tcg@17143 19
tcg@17143 20 # default_owner - set the default owner for all nodes that have no
tcg@17143 21 # explicit match in the permissions file
tcg@17143 22 default_owner="root"
tcg@17143 23
tcg@17143 24 # default_group - set the default group for all nodes that have no
tcg@17143 25 # explicit match in the permissions file
tcg@17143 26 default_group="root"
tcg@17143 27
tcg@17143 28 # udev_log - set to "yes" if you want logging, else "no"
tcg@17143 29 udev_log="err"