Whitelist f2fs in selinux to support booting on TouchWiz

This commit is contained in:
James Christopher Adduono 2016-03-11 02:22:22 -05:00 committed by HackerOO7
parent 3cb9384a2f
commit 2be4c680cb

View file

@ -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");
}