Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313612
b: refs/heads/master
c: c7de7ad
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Kasatkin authored and Mimi Zohar committed Jul 2, 2012
1 parent bb30063 commit 92acdb0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ea4f8ae416a9e8d15f4e20680879358f620e8b8
refs/heads/master: c7de7adc18241a0eb10a6e1fed7cb1e01f53c85a
10 changes: 0 additions & 10 deletions trunk/security/integrity/ima/ima_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,3 @@ int __init ima_fs_init(void)
securityfs_remove(ima_policy);
return -1;
}

void __exit ima_fs_cleanup(void)
{
securityfs_remove(violations);
securityfs_remove(runtime_measurements_count);
securityfs_remove(ascii_runtime_measurements);
securityfs_remove(binary_runtime_measurements);
securityfs_remove(ima_dir);
securityfs_remove(ima_policy);
}
5 changes: 0 additions & 5 deletions trunk/security/integrity/ima/ima_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,3 @@ int __init ima_init(void)

return ima_fs_init();
}

void __exit ima_cleanup(void)
{
ima_fs_cleanup();
}
5 changes: 0 additions & 5 deletions trunk/security/integrity/ima/ima_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,6 @@ 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");
Expand Down

0 comments on commit 92acdb0

Please sign in to comment.