|
@@ -480,6 +480,8 @@ static int selinux_is_sblabel_mnt(struct super_block *sb)
|
|
sbsec->behavior == SECURITY_FS_USE_NATIVE ||
|
|
sbsec->behavior == SECURITY_FS_USE_NATIVE ||
|
|
/* Special handling. Genfs but also in-core setxattr handler */
|
|
/* Special handling. Genfs but also in-core setxattr handler */
|
|
!strcmp(sb->s_type->name, "sysfs") ||
|
|
!strcmp(sb->s_type->name, "sysfs") ||
|
|
|
|
+ !strcmp(sb->s_type->name, "cgroup") ||
|
|
|
|
+ !strcmp(sb->s_type->name, "cgroup2") ||
|
|
!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, "tracefs") ||
|