diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 74cd3a689cf8479983aa9bcf70d728c6fdc7428e..5ce633aabce6e7f2d1d984b7b9ef398ed1c713b7 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -492,6 +492,7 @@ static int selinux_is_sblabel_mnt(struct super_block *sb) !strcmp(sb->s_type->name, "sysfs") || !strcmp(sb->s_type->name, "pstore") || !strcmp(sb->s_type->name, "debugfs") || + !strcmp(sb->s_type->name, "tracefs") || !strcmp(sb->s_type->name, "rootfs"); }