diff options
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/hooks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 6da7532893a1..c253caa90bb4 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -456,10 +456,6 @@ static int sb_finish_set_opts(struct super_block *sb) | |||
456 | if (sbsec->behavior > ARRAY_SIZE(labeling_behaviors)) | 456 | if (sbsec->behavior > ARRAY_SIZE(labeling_behaviors)) |
457 | printk(KERN_ERR "SELinux: initialized (dev %s, type %s), unknown behavior\n", | 457 | printk(KERN_ERR "SELinux: initialized (dev %s, type %s), unknown behavior\n", |
458 | sb->s_id, sb->s_type->name); | 458 | sb->s_id, sb->s_type->name); |
459 | else | ||
460 | printk(KERN_DEBUG "SELinux: initialized (dev %s, type %s), %s\n", | ||
461 | sb->s_id, sb->s_type->name, | ||
462 | labeling_behaviors[sbsec->behavior-1]); | ||
463 | 459 | ||
464 | sbsec->flags |= SE_SBINITIALIZED; | 460 | sbsec->flags |= SE_SBINITIALIZED; |
465 | if (selinux_is_sblabel_mnt(sb)) | 461 | if (selinux_is_sblabel_mnt(sb)) |