Merge "quick selinux support for tracefs"
This commit is contained in:
commit
559e948c14
1 changed files with 1 additions and 0 deletions
|
@ -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, "pstore") ||
|
||||
!strcmp(sb->s_type->name, "debugfs") ||
|
||||
!strcmp(sb->s_type->name, "tracefs") ||
|
||||
!strcmp(sb->s_type->name, "rootfs");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue