]> git.ipfire.org Git - thirdparty/systemd.git/commit
Add stand-alone dm-integrity support 20902/head
authorTony Asleson <tasleson@redhat.com>
Sun, 26 Sep 2021 16:53:42 +0000 (11:53 -0500)
committerTony Asleson <tasleson@redhat.com>
Fri, 15 Oct 2021 15:19:54 +0000 (10:19 -0500)
commit1f1a2243c0920bed1ba0ffd8e94e1de0172259ac
tree88a345aa7a9d6a92bfaf4765c4e36f7f8471d959
parent9a2a6ec4e31abe4b58b140767a82200f79c8645f
Add stand-alone dm-integrity support

This adds support for dm integrity targets and an associated
/etc/integritytab file which is required as the dm integrity device
super block doesn't include all of the required metadata to bring up
the device correctly.  See integritytab man page for details.
14 files changed:
docs/ENVIRONMENT.md
man/integritytab.xml [new file with mode: 0644]
man/rules/meson.build
man/systemd-integritysetup-generator.xml [new file with mode: 0644]
man/systemd-integritysetup@.service.xml [new file with mode: 0644]
man/systemd.special.xml
meson.build
src/integritysetup/integrity-util.c [new file with mode: 0644]
src/integritysetup/integrity-util.h [new file with mode: 0644]
src/integritysetup/integritysetup-generator.c [new file with mode: 0644]
src/integritysetup/integritysetup.c [new file with mode: 0644]
units/integritysetup-pre.target [new file with mode: 0644]
units/integritysetup.target [new file with mode: 0644]
units/meson.build