From: Mark Boudreau Date: Sat, 13 Nov 2021 18:15:17 +0000 (-0500) Subject: Document usr-specific verity parameters X-Git-Tag: v250-rc1~189^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5196eeec2cebf871302b9abb47d0e4ccd76a46b;p=thirdparty%2Fsystemd.git Document usr-specific verity parameters Mention 'usrhash' and 'systemd.verity_usr_*' kernel command line parameters in the man pages for veritysetup-generator and kernel-command-line --- diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 85939a5fb0c..d6123491f3f 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -364,8 +364,12 @@ systemd.verity_root_data= systemd.verity_root_hash= systemd.verity.root_options= + usrhash= + systemd.verity_usr_data= + systemd.verity_usr_hash= + systemd.verity_usr_options= - Configures the integrity protection root hash for the root file system, and other related + Configures the integrity protection root hash for the root and /usr file systems, and other related parameters. For details, see systemd-veritysetup-generator8. diff --git a/man/systemd-veritysetup-generator.xml b/man/systemd-veritysetup-generator.xml index 3c9ee6788f0..e1528107d2c 100644 --- a/man/systemd-veritysetup-generator.xml +++ b/man/systemd-veritysetup-generator.xml @@ -33,7 +33,7 @@ systemd-veritysetup@.service8 units as necessary. - Currently, only a single verity device may be set up with this generator, backing the root file system of the + Currently, only two verity devices may be set up with this generator, backing the root and /usr file systems of the OS. systemd-veritysetup-generator implements @@ -92,6 +92,14 @@ details. + + usrhash= + systemd.verity_usr_data= + systemd.verity_usr_hash= + systemd.verity_usr_options= + + Equivalent to their counterparts for the root file system as described above, but apply to the /usr/ file system instead. +