mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
integrity: support detached data device.
Since the kernel 4.18 there is a possibility to speficy external data device for dm-integrity that stores all integrity tags. The new option --data-device in integritysetup uses this feature.
This commit is contained in:
@@ -122,6 +122,8 @@ struct crypt_dm_active_device {
|
||||
|
||||
const char *journal_crypt;
|
||||
struct volume_key *journal_crypt_key;
|
||||
|
||||
struct device *meta_device;
|
||||
} integrity;
|
||||
} u;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user