You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
@@ -274,6 +274,11 @@ static int __init init_ima(void)
|
||||
return error;
|
||||
}
|
||||
|
||||
static void __exit cleanup_ima(void)
|
||||
{
|
||||
ima_cleanup();
|
||||
}
|
||||
|
||||
late_initcall(init_ima); /* Start IMA after the TPM is available */
|
||||
|
||||
MODULE_DESCRIPTION("Integrity Measurement Architecture");
|
||||
|
||||
Reference in New Issue
Block a user