From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- 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