]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: reject unused argument fields
authordongshengyuan <545258830@qq.com>
Tue, 28 Jul 2026 08:40:24 +0000 (16:40 +0800)
committerdongshengyuan <545258830@qq.com>
Wed, 29 Jul 2026 07:29:54 +0000 (15:29 +0800)
commite347f63b0f04fc71b545ef10dfcda2df95f0c757
treead8137aa3ad199b5a366a3a82ac794dbb5fcf8ef
parentd47b07d05fd596cb539da01981ae08be141013bd
tmpfiles: reject unused argument fields

Line types which do not use the argument field used to warn and ignore
a non-empty field. Treat that as invalid configuration instead, so typos
are not silently accepted.

Follow-up for: 614cc34f3a2a7c64a21c3f5256f2e2b2c1de1d51
NEWS
TODO.md
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c
test/units/TEST-22-TMPFILES.01.sh
test/units/TEST-22-TMPFILES.12.sh