Support init_by_name for verity.

This commit is contained in:
Milan Broz
2012-06-08 16:38:26 +02:00
parent cdae1b4c60
commit ce2218ed65
9 changed files with 344 additions and 121 deletions

View File

@@ -489,6 +489,8 @@ static int action_status(int arg __attribute__((unused)))
}
out:
crypt_free(cd);
if (r == -ENOTSUP)
r = 0;
return r;
}