diff options
author | Tony Asleson <tasleson@redhat.com> | 2021-09-26 18:53:42 +0200 |
---|---|---|
committer | Tony Asleson <tasleson@redhat.com> | 2021-10-15 17:19:54 +0200 |
commit | 1f1a2243c0920bed1ba0ffd8e94e1de0172259ac (patch) | |
tree | 88a345aa7a9d6a92bfaf4765c4e36f7f8471d959 /units/meson.build | |
parent | dm-verity: Remove usage of integrity (diff) | |
download | systemd-1f1a2243c0920bed1ba0ffd8e94e1de0172259ac.tar.xz systemd-1f1a2243c0920bed1ba0ffd8e94e1de0172259ac.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | units/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build index 93c3bf608a..c106284e0f 100644 --- a/units/meson.build +++ b/units/meson.build @@ -13,6 +13,9 @@ units = [ ['veritysetup-pre.target', 'HAVE_LIBCRYPTSETUP'], ['veritysetup.target', 'HAVE_LIBCRYPTSETUP', 'sysinit.target.wants/'], + ['integritysetup-pre.target', 'HAVE_LIBCRYPTSETUP'], + ['integritysetup.target', 'HAVE_LIBCRYPTSETUP', + 'sysinit.target.wants/'], ['dev-hugepages.mount', '', 'sysinit.target.wants/'], ['dev-mqueue.mount', '', |