|
@@ -72,10 +72,11 @@ int __init security_init(void)
|
|
int i;
|
|
int i;
|
|
struct hlist_head *list = (struct hlist_head *) &security_hook_heads;
|
|
struct hlist_head *list = (struct hlist_head *) &security_hook_heads;
|
|
|
|
|
|
|
|
+ pr_info("Security Framework initializing\n");
|
|
|
|
+
|
|
for (i = 0; i < sizeof(security_hook_heads) / sizeof(struct hlist_head);
|
|
for (i = 0; i < sizeof(security_hook_heads) / sizeof(struct hlist_head);
|
|
i++)
|
|
i++)
|
|
INIT_HLIST_HEAD(&list[i]);
|
|
INIT_HLIST_HEAD(&list[i]);
|
|
- pr_info("Security Framework initialized\n");
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* Load minor LSMs, with the capability module always first.
|
|
* Load minor LSMs, with the capability module always first.
|