diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index 736e78da1ab9..4cbcf244a965 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -72,10 +72,11 @@ int __init security_init(void) | |||
72 | int i; | 72 | int i; |
73 | struct hlist_head *list = (struct hlist_head *) &security_hook_heads; | 73 | struct hlist_head *list = (struct hlist_head *) &security_hook_heads; |
74 | 74 | ||
75 | pr_info("Security Framework initializing\n"); | ||
76 | |||
75 | for (i = 0; i < sizeof(security_hook_heads) / sizeof(struct hlist_head); | 77 | for (i = 0; i < sizeof(security_hook_heads) / sizeof(struct hlist_head); |
76 | i++) | 78 | i++) |
77 | INIT_HLIST_HEAD(&list[i]); | 79 | INIT_HLIST_HEAD(&list[i]); |
78 | pr_info("Security Framework initialized\n"); | ||
79 | 80 | ||
80 | /* | 81 | /* |
81 | * Load minor LSMs, with the capability module always first. | 82 | * Load minor LSMs, with the capability module always first. |