From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/security/integrity/ima/ima_modsig.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/security/integrity/ima/ima_modsig.c b/kernel/security/integrity/ima/ima_modsig.c index fb25723..3e7bee3 100644 --- a/kernel/security/integrity/ima/ima_modsig.c +++ b/kernel/security/integrity/ima/ima_modsig.c @@ -89,6 +89,9 @@ /** * ima_collect_modsig - Calculate the file hash without the appended signature. + * @modsig: parsed module signature + * @buf: data to verify the signature on + * @size: data size * * Since the modsig is part of the file contents, the hash used in its signature * isn't the same one ordinarily calculated by IMA. Therefore PKCS7 code -- Gitblit v1.6.2