]> git.ipfire.org Git - thirdparty/systemd.git/commit
integritysetup: support mode=(journal|bitmap|direct)
authorAlfred Klomp <git@alfredklomp.com>
Thu, 8 Jun 2023 11:26:24 +0000 (13:26 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 8 Jun 2023 19:21:59 +0000 (20:21 +0100)
commita2160ba061a7b412540fbe49d88f96ec379c61ae
tree2f90b5772ea2c203af786bde5dc7f198e1812779
parente6d712430be8d5c073d6a0ff4ec727d43e16ce33
integritysetup: support mode=(journal|bitmap|direct)

Add a parameter to the integritytab file to set the mode in which to
open the integrity volume. The mode can be journaled (the default),
bitmap without a journal, or direct mode without a journal or a bitmap.

This change removes the `no-journal' option because it is redundant,
being replaced with `mode=direct'.

Supercedes commit bcc1ee56c, from a week ago, which implemented
`no-journal'.

Resolves #27587
man/integritytab.xml
src/integritysetup/integrity-util.c