X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.8.in;h=581d6f4ed5417bfa64a5037404167810f1c1d961;hp=90b7d833093b0d0653258df94100a58faf6f9062;hb=a866c0a305372305bc8363b8f3b24832082711aa;hpb=8b36cc0f179ee35176016ab67ae53078df4110fa diff --git a/udev.8.in b/udev.8.in index 90b7d8330..581d6f4ed 100644 --- a/udev.8.in +++ b/udev.8.in @@ -61,18 +61,18 @@ The default value is .IR yes . .TP .B default_mode -The default mode for all nodes not explicitly matching in the permissions -file. The default value is -.IR 0666 . +The default mode for all nodes where no explicit value is given by a rule. +The default value is +.IR 0600 . .TP .B default_owner -The default owner for all nodes not explicitly matching in the permissions -file. The default value is +The default owner for all nodes where no explicit value is given by a rule. +The default value is .IR root . .TP .B default_group -The default group for all nodes not explicitly matching in the permissions -file. The default value is +The default group for all nodes where no explicitly value is given by a rule. +The default value is .IR root . .br .P @@ -92,16 +92,16 @@ udev_rules="/etc/udev/rules.d/" # udev_log - set to "yes" if you want logging, else "no" udev_log="yes" -# default_mode - set the default mode for all nodes not -# explicitly matching in the permissions file +# default_mode - set the default mode for all nodes that have no +# permissions specified default_mode="0666" -# default_owner - set the default owner for all nodes not -# explicitly matching in the permissions file +# default_owner - set the default owner for all nodes that have no +# permissions specified default_owner="root" -# default_group - set the default group for all nodes not -# explicitly matching in the permissions file +# default_group - set the default group for all nodes that have no +# permissions specified default_group="root" .fi .P