X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=1c079f64bcbc6e152b39c5bbf442c78111de00f0;hb=72f4d9669c253d5bd7c126bf2e7a0db0198cf2eb;hp=1cf899226a29bea564ed529110b644e77ee730a8;hpb=1731e34a4ebddf6e1247ad252c7a45c2c1163f42;p=elogind.git diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 1cf899226..1c079f64b 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -155,6 +155,17 @@ L /tmp/foobar - - - - /dev/null Create a block device node if it does not exist yet + + m + If the + specified file path exists, + adjust its access mode, group + and user to the specified + values and reset the SELinux + label. If it does not exist, do + nothing. + + x Ignore a path @@ -173,15 +184,18 @@ L /tmp/foobar - - - - /dev/null X Ignore a path - during cleanup. Use this type - to prevent path removal as - controlled with the Age parameter. - Note that if path is a directory, - content of a directory is not - excluded from clean-up, only - directory itself. Lines of this - type accept shell-style globs - in place of normal path + during cleaning. Use this type + to exclude paths from clean-up + as controlled with the Age + parameter. Unlike x, this + parameter will not exclude the + content if path is a directory, + but only directory itself. + Note that lines of this type do + not influence the effect of r + or R lines. Lines of this type + accept shell-style globs in + place of normal path names.