LoadPin: Fix Kconfig doc about format of file with verity digests
authorMatthias Kaehlcke <mka@chromium.org>
Tue, 30 Aug 2022 00:46:10 +0000 (17:46 -0700)
committerKees Cook <keescook@chromium.org>
Wed, 7 Sep 2022 23:37:27 +0000 (16:37 -0700)
commitaafc203bbad4bf6cf394a34ea698c2b0b8affae0
tree05d6f478b43c5e29c74bf3e9166bbbd614e7658c
parentba38961a069b0d8d03b53218a6c29d737577d448
LoadPin: Fix Kconfig doc about format of file with verity digests

The doc for CONFIG_SECURITY_LOADPIN_VERITY says that the file with verity
digests must contain a comma separated list of digests. That was the case
at some stage of the development, but was changed during the review
process to one digest per line. Update the Kconfig doc accordingly.

Reported-by: Jae Hoon Kim <kimjae@chromium.org>
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Fixes: 3f805f8cc23b ("LoadPin: Enable loading from trusted dm-verity devices")
Cc: stable@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220829174557.1.I5d202d1344212a3800d9828f936df6511eb2d0d1@changeid
security/loadpin/Kconfig