Merge "quick selinux support for tracefs"

This commit is contained in:
Linux Build Service Account 2016-08-18 04:59:13 -07:00 committed by Gerrit - the friendly Code Review server
commit 559e948c14

View file

@ -422,6 +422,7 @@ static int selinux_is_sblabel_mnt(struct super_block *sb)
!strcmp(sb->s_type->name, "sysfs") || !strcmp(sb->s_type->name, "sysfs") ||
!strcmp(sb->s_type->name, "pstore") || !strcmp(sb->s_type->name, "pstore") ||
!strcmp(sb->s_type->name, "debugfs") || !strcmp(sb->s_type->name, "debugfs") ||
!strcmp(sb->s_type->name, "tracefs") ||
!strcmp(sb->s_type->name, "rootfs"); !strcmp(sb->s_type->name, "rootfs");
} }