mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Implement deferred removal of device.
This can be used in some automated systems and allows device to be removed after the last user mapping closes it.
This commit is contained in:
@@ -31,6 +31,7 @@ CRYPTSETUP_2.0 {
|
||||
crypt_activate_by_keyfile_offset;
|
||||
crypt_activate_by_volume_key;
|
||||
crypt_deactivate;
|
||||
crypt_deactivate_by_name;
|
||||
crypt_volume_key_get;
|
||||
crypt_volume_key_verify;
|
||||
crypt_status;
|
||||
|
||||
Reference in New Issue
Block a user