From: kay.sievers@vrfy.org Date: Sat, 18 Dec 2004 21:58:37 +0000 (+0100) Subject: [PATCH] remove permissions file mentioning from the udev man page X-Git-Tag: 051~40 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a866c0a305372305bc8363b8f3b24832082711aa [PATCH] remove permissions file mentioning from the udev man page --- 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