add missing flags

This commit is contained in:
Zackptg5 2020-03-22 11:55:01 -04:00 committed by John Wu
parent 160ff7bb07
commit d7cd1b37f8

View File

@ -11,9 +11,12 @@ static int check_verity_pattern(const char *s) {
int skip = s[0] == ',';
if (0) {}
MATCH("verifyatboot");
MATCH("verify");
MATCH("avb_keys");
MATCH("avb");
MATCH("support_scfs");
MATCH("fsverity");
else return -1;
if (s[skip] == '=') {