mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 20:15:29 +00:00
add missing flags
This commit is contained in:
parent
160ff7bb07
commit
d7cd1b37f8
@ -11,9 +11,12 @@ static int check_verity_pattern(const char *s) {
|
|||||||
int skip = s[0] == ',';
|
int skip = s[0] == ',';
|
||||||
|
|
||||||
if (0) {}
|
if (0) {}
|
||||||
|
MATCH("verifyatboot");
|
||||||
MATCH("verify");
|
MATCH("verify");
|
||||||
|
MATCH("avb_keys");
|
||||||
MATCH("avb");
|
MATCH("avb");
|
||||||
MATCH("support_scfs");
|
MATCH("support_scfs");
|
||||||
|
MATCH("fsverity");
|
||||||
else return -1;
|
else return -1;
|
||||||
|
|
||||||
if (s[skip] == '=') {
|
if (s[skip] == '=') {
|
||||||
|
Loading…
Reference in New Issue
Block a user