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=0b6264033d4b8874f99acff502e77d20840a46a0;hpb=dfdebb1b925332352966804303b2516a6506a429;p=elogind.git diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 0b6264033..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. @@ -139,19 +146,27 @@ - - 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. + + + Takes a directory path + as an argument. All paths will be + prefixed with the given alternate root + path, including config search paths. + + @@ -169,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