mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-21 20:51:28 +00:00
Don't patch FBE flags
This commit is contained in:
parent
af102e47f1
commit
ffa005e4ab
@ -92,7 +92,7 @@ int check_verity_pattern(const char *s) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int check_encryption_pattern(const char *s) {
|
int check_encryption_pattern(const char *s) {
|
||||||
const char *encrypt_list[] = { "forceencrypt", "forcefdeorfbe", "fileencryptioninline", "fileencryption", NULL };
|
const char *encrypt_list[] = { "forceencrypt", "forcefdeorfbe", NULL };
|
||||||
for (int i = 0 ; encrypt_list[i]; ++i) {
|
for (int i = 0 ; encrypt_list[i]; ++i) {
|
||||||
int len = strlen(encrypt_list[i]);
|
int len = strlen(encrypt_list[i]);
|
||||||
if (strncmp(s, encrypt_list[i], len) == 0)
|
if (strncmp(s, encrypt_list[i], len) == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user