]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
verity: add support for setting up verity-protected root disks in the initrd
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Dec 2016 11:57:44 +0000 (12:57 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Dec 2016 18:09:30 +0000 (19:09 +0100)
commit2f3dfc6fb43e13f3999d10c509105d46f3cf5b93
tree08d6d01928d2a658d9212365b2614265a0571288
parent72e18a98ba5c1a570a2eaadadfdbcb073f04df5b
verity: add support for setting up verity-protected root disks in the initrd

This adds a generator and a small service that will look for "roothash="
on the kernel command line and use it for setting up a very partition
for the root device.

This provides similar functionality to nspawn's existing --roothash=
switch.
.gitignore
Makefile-man.am
Makefile.am
man/kernel-command-line.xml
man/systemd-veritysetup-generator.xml [new file with mode: 0644]
man/systemd-veritysetup@.service.xml [new file with mode: 0644]
src/fstab-generator/fstab-generator.c
src/gpt-auto-generator/gpt-auto-generator.c
src/veritysetup/Makefile [new symlink]
src/veritysetup/veritysetup-generator.c [new file with mode: 0644]
src/veritysetup/veritysetup.c [new file with mode: 0644]