man: document interaction of --root= and the user/group databases (#7344)
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Nov 2017 03:00:56 +0000 (04:00 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 16 Nov 2017 03:00:56 +0000 (12:00 +0900)
Fixes: #7032

man/systemd-tmpfiles.xml

index c1aab51..2b8927c 100644 (file)
         specified prefix. This option can be specified multiple
         times.</para></listitem>
       </varlistentry>
+
       <varlistentry>
         <term><option>--root=<replaceable>root</replaceable></option></term>
-        <listitem><para>Takes a directory path as an argument. All
-        paths will be prefixed with the given alternate
-        <replaceable>root</replaceable> path, including config search
-        paths. </para></listitem>
+        <listitem><para>Takes a directory path as an argument. All paths will be prefixed with the given alternate
+        <replaceable>root</replaceable> path, including config search paths.</para>
+
+        <para>Note that this option does not alter how the users and groups specified in the configuration files are
+        resolved. With or without this option, users and groups are always resolved according to the host's user and
+        group databases, any such databases stored under the specified root directories are not
+        consulted.</para></listitem>
       </varlistentry>
 
       <xi:include href="standard-options.xml" xpointer="help" />