Whitelist f2fs in selinux to support booting on TouchWiz
This commit is contained in:
parent
3cb9384a2f
commit
2be4c680cb
1 changed files with 1 additions and 0 deletions
|
@ -512,6 +512,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, "f2fs") ||
|
||||
!strcmp(sb->s_type->name, "rootfs");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue