X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-tmpfiles.xml;h=f4d53b31393238574db0e54d50fed830ffee19e8;hb=78eb158a20e2bee772f6e49d8b432b98f68cbb55;hp=fad2cbbb1a39628d72148d605a5620ee439a93ac;hpb=cf9a4abdc24c43565d0890fcb88c00169057c0c4;p=elogind.git diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index fad2cbbb1..f4d53b313 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -101,6 +101,7 @@ w, d, D, + v, p, L, c, @@ -110,7 +111,10 @@ written to. Files and directories marked with z, Z, - m have their + t, + T, + a, and + A have their ownership, access mode and security labels set. @@ -126,10 +130,13 @@ If this option is - passed, all files and directories - marked with r, - R in the - configuration files are + passed, the contents of + directories marked with + D or + R, and files or + directories themselves marked with + r or + R are removed. @@ -140,15 +147,15 @@ - Only apply rules that - apply to paths with the specified + Only apply rules with + paths that start with the specified prefix. This option can be specified multiple times. - Ignore rules that - apply to paths with the specified + Ignore rules with + paths that start with the specified prefix. This option can be specified multiple times. @@ -177,6 +184,19 @@ + + Unprivileged --cleanup operation + + systemd-tmpfiles tries to + avoid changing the access and modification times on + the directories it accesses, which requires + CAP_ADMIN privileges. When + running as non-root, directories which are checked for + files to clean up will have their access time bumped, + which might prevent their cleanup. + + + Exit status