]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: be even clearer that tmpfiles user/group/mode are applied on existing inodes
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Nov 2023 09:56:07 +0000 (10:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Nov 2023 11:39:19 +0000 (12:39 +0100)
I think it was clear already, but let's be even clearer.

Fixes: #29774
man/tmpfiles.d.xml

index 38999ec00e375597297d60042efeec3b4abdb3fe..971b7e6a9e92948c8a9b752b1d3f765520d01238 100644 (file)
@@ -574,9 +574,10 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para>
       removed unless applied to a directory. This functionality is particularly useful in conjunction with
       <varname>Z</varname>.</para>
 
-      <para>Optionally, if prefixed with <literal>:</literal>, the configured access mode is only used when
-      creating new inodes. If the inode the line refers to already exists, its access mode is left in place
-      unmodified.</para>
+      <para>By default the access mode of listed inodes is set to the specified mode regardless if it is
+      created anew, or already existed. Optionally, if prefixed with <literal>:</literal>, the configured
+      access mode is only applied when creating new inodes, and if the inode the line refers to
+      already exists, its access mode is left in place unmodified.</para>
     </refsect2>
 
     <refsect2>
@@ -599,9 +600,10 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para>
       Resolvability of User and Group Names</ulink> for more information on requirements on system user/group
       definitions.</para>
 
-      <para>Optionally, if prefixed with <literal>:</literal>, the configured user/group information is only
-      used when creating new inodes. If the inode the line refers to already exists, its user/group is left
-      in place unmodified.</para>
+      <para>By default the ownership of listed inodes is set to the specified user/group regardless if it is
+      created anew, or already existed. Optionally, if prefixed with <literal>:</literal>, the configured
+      user/group information is only applied when creating new inodes, and if the inode the line refers to
+      already exists, its user/group is left in place unmodified.</para>
     </refsect2>
 
     <refsect2>