]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: reject extra argument fields and make 'r'/'R' support age field (#43195)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 31 Jul 2026 16:34:08 +0000 (01:34 +0900)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2026 16:34:08 +0000 (01:34 +0900)
This updates systemd-tmpfiles in two small areas:

- Reject non-empty argument fields for tmpfiles.d line types that do not
consume the argument field, instead of warning and silently ignoring
them.
- Let `r` and `R` tmpfiles.d entries honor the `Age` field when
`systemd-tmpfiles --clean` is used. The existing `--remove` behavior
remains unconditional.

The completed TODO entries are removed, and NEWS/man page documentation
is updated for the visible behavior changes.

1  2 
NEWS

diff --cc NEWS
Simple merge