]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Copy fs-verity status for CopyFiles= (#35401)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 May 2025 12:01:05 +0000 (14:01 +0200)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 12:01:05 +0000 (14:01 +0200)
When populating a filesytem with CopyFiles=, we first copy the files to
a temporary directory. Make sure we use the (new) COPY_FS_VERITY flag
when doing that copy so that the `mkfs` that we invoke can see the files
with fs-verity enabled.

Closes #35352


Trivial merge