integrity: IMA display

Make the measurement lists available through securityfs.
- removed test for NULL return code from securityfs_create_file/dir

Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Mimi Zohar
2009-02-04 09:06:59 -05:00
committed by James Morris
parent 3323eec921
commit bab7393787
5 changed files with 314 additions and 2 deletions
+7 -1
View File
@@ -86,5 +86,11 @@ int ima_init(void)
ima_add_boot_aggregate(); /* boot aggregate must be first entry */
ima_init_policy();
return 0;
return ima_fs_init();
}
void __exit ima_cleanup(void)
{
ima_fs_cleanup();
}