|
@@ -815,7 +815,9 @@ static int selinux_set_mnt_opts(struct super_block *sb,
|
|
if (!strcmp(sb->s_type->name, "debugfs") ||
|
|
if (!strcmp(sb->s_type->name, "debugfs") ||
|
|
!strcmp(sb->s_type->name, "tracefs") ||
|
|
!strcmp(sb->s_type->name, "tracefs") ||
|
|
!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, "cgroup") ||
|
|
|
|
+ !strcmp(sb->s_type->name, "cgroup2"))
|
|
sbsec->flags |= SE_SBGENFS;
|
|
sbsec->flags |= SE_SBGENFS;
|
|
|
|
|
|
if (!sbsec->behavior) {
|
|
if (!sbsec->behavior) {
|