Fvault2: prepare module in libcryptsetup

This commit is contained in:
Pavel Tobias
2021-08-06 13:34:51 +02:00
committed by Milan Broz
parent 1f4c7a83f9
commit 1ffc9d967c
5 changed files with 202 additions and 1 deletions

View File

@@ -429,6 +429,8 @@ int crypt_get_metadata_size(struct crypt_device *cd,
#define CRYPT_INTEGRITY "INTEGRITY"
/** BITLK (BitLocker-compatible mode) */
#define CRYPT_BITLK "BITLK"
/** FVAULT2 (FileVault2-compatible mode) */
#define CRYPT_FVAULT2 "FVAULT2"
/** LUKS any version */
#define CRYPT_LUKS NULL