diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index ad9a9b8e9979..6ca2e89ddbd6 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -7202,7 +7202,9 @@ void selinux_complete_init(void) | |||
7202 | 7202 | ||
7203 | /* SELinux requires early initialization in order to label | 7203 | /* SELinux requires early initialization in order to label |
7204 | all processes and objects when they are created. */ | 7204 | all processes and objects when they are created. */ |
7205 | security_initcall(selinux_init); | 7205 | DEFINE_LSM(selinux) = { |
7206 | .init = selinux_init, | ||
7207 | }; | ||
7206 | 7208 | ||
7207 | #if defined(CONFIG_NETFILTER) | 7209 | #if defined(CONFIG_NETFILTER) |
7208 | 7210 | ||