diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 2595465dcd3b..134c7b5f8a0b 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -870,6 +870,7 @@ static int selinux_set_mnt_opts(struct super_block *sb, !strcmp(sb->s_type->name, "tracefs") || !strcmp(sb->s_type->name, "sysfs") || !strcmp(sb->s_type->name, "pstore") || + !strcmp(sb->s_type->name, "binder") || !strcmp(sb->s_type->name, "cgroup") || !strcmp(sb->s_type->name, "cgroup2")) sbsec->flags |= SE_SBGENFS;