aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r--security/selinux/hooks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index f0e36c3492ba..41908d2d6149 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -6999,6 +6999,7 @@ void selinux_complete_init(void)
6999 all processes and objects when they are created. */ 6999 all processes and objects when they are created. */
7000DEFINE_LSM(selinux) = { 7000DEFINE_LSM(selinux) = {
7001 .name = "selinux", 7001 .name = "selinux",
7002 .flags = LSM_FLAG_LEGACY_MAJOR,
7002 .init = selinux_init, 7003 .init = selinux_init,
7003}; 7004};
7004 7005