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 0f8ae2fbd14a..49865f119b16 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -6989,7 +6989,7 @@ void selinux_complete_init(void) | |||
6989 | all processes and objects when they are created. */ | 6989 | all processes and objects when they are created. */ |
6990 | DEFINE_LSM(selinux) = { | 6990 | DEFINE_LSM(selinux) = { |
6991 | .name = "selinux", | 6991 | .name = "selinux", |
6992 | .flags = LSM_FLAG_LEGACY_MAJOR, | 6992 | .flags = LSM_FLAG_LEGACY_MAJOR | LSM_FLAG_EXCLUSIVE, |
6993 | .enabled = &selinux_enabled, | 6993 | .enabled = &selinux_enabled, |
6994 | .init = selinux_init, | 6994 | .init = selinux_init, |
6995 | }; | 6995 | }; |