diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-11-13 11:33:32 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-11-13 14:35:36 +0100 |
commit | a14e7af16216170bd5d181acafef10254a47f3ae (patch) | |
tree | 5dd1b043e6355d1c579af44cd8ae4b8b792c7f9c /man | |
parent | bc768f04754eee04a3468f333538985ce98ce495 (diff) | |
download | systemd-a14e7af16216170bd5d181acafef10254a47f3ae.tar.gz systemd-a14e7af16216170bd5d181acafef10254a47f3ae.tar.bz2 systemd-a14e7af16216170bd5d181acafef10254a47f3ae.zip |
udev: also allow resolve_names= to be specified in udev.conf
Diffstat (limited to 'man')
-rw-r--r-- | man/udev.conf.xml | 13 |
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> |