[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ba3d3f54baf08e7252312fa51e590e5d0ca50206.1345055639.git.dmitry.kasatkin@intel.com>
Date: Wed, 15 Aug 2012 21:43:11 +0300
From: Dmitry Kasatkin <dmitry.kasatkin@...el.com>
To: zohar@...ux.vnet.ibm.com, jmorris@...ei.org, rusty@...tcorp.com.au,
dhowells@...hat.com, linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Mimi Zohar <zohar@...ibm.com>
Subject: [RFC v2 6/7] modsig: initialize the _module public key keyring
From: Mimi Zohar <zohar@...ux.vnet.ibm.com>
Create and initialize the _module public key keyring with the builtin
public key.
Signed-off-by: Mimi Zohar <zohar@...ibm.com>
---
security/integrity/module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/integrity/module.c b/security/integrity/module.c
index b0e9ba2..f696a9d 100644
--- a/security/integrity/module.c
+++ b/security/integrity/module.c
@@ -82,7 +82,7 @@ err1:
static int __init module_check_init(void)
{
- return 0;
+ return integrity_init_keyring(INTEGRITY_KEYRING_MODULE);
}
late_initcall(module_check_init);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists