diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index c7c6619431d5..fdc24ea65fd0 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -6349,7 +6349,7 @@ static __init int selinux_init(void) | |||
6349 | 0, SLAB_PANIC, NULL); | 6349 | 0, SLAB_PANIC, NULL); |
6350 | avc_init(); | 6350 | avc_init(); |
6351 | 6351 | ||
6352 | security_add_hooks(selinux_hooks, ARRAY_SIZE(selinux_hooks)); | 6352 | security_add_hooks(selinux_hooks, ARRAY_SIZE(selinux_hooks), "selinux"); |
6353 | 6353 | ||
6354 | if (avc_add_callback(selinux_netcache_avc_callback, AVC_CALLBACK_RESET)) | 6354 | if (avc_add_callback(selinux_netcache_avc_callback, AVC_CALLBACK_RESET)) |
6355 | panic("SELinux: Unable to register AVC netcache callback\n"); | 6355 | panic("SELinux: Unable to register AVC netcache callback\n"); |