summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-13 11:33:32 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-13 14:35:36 +0100
commita14e7af16216170bd5d181acafef10254a47f3ae (patch)
tree5dd1b043e6355d1c579af44cd8ae4b8b792c7f9c /man
parentbc768f04754eee04a3468f333538985ce98ce495 (diff)
downloadsystemd-a14e7af16216170bd5d181acafef10254a47f3ae.tar.gz
udev: also allow resolve_names= to be specified in udev.conf
Diffstat (limited to 'man')
-rw-r--r--man/udev.conf.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index 7b7cae16b2..23a4595fa9 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -87,6 +87,19 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>resolve_names=</varname></term>
+
+ <listitem>
+ <para>Specifes when systemd-udevd should resolve names of users and groups. When set to
+ <option>early</option> (the default), names will be resolved when the rules are parsed.
+ When set to <option>late</option>, names will be resolved for every event. When set to
+ <option>never</option>, names will never be resolved and all devices will be owned by
+ root.</para>
+
+ <para>This is the same as the <option>--resolve-names=</option> option.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para>