From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:17:29 +0000
Subject: [PATCH] debug lk

---
 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