From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 16 Oct 2024 01:20:19 +0000 Subject: [PATCH] 修改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