diff --git a/src/cryptenroll/cryptenroll-password.c b/src/cryptenroll/cryptenroll-password.c index a9f52bceeb4..a9bd8a1dd01 100644 --- a/src/cryptenroll/cryptenroll-password.c +++ b/src/cryptenroll/cryptenroll-password.c @@ -49,7 +49,7 @@ int load_volume_key_password( if (!disk_path) return log_oom(); - id = strjoin("cryptsetup:", disk_path); + id = strjoin("cryptenroll:", disk_path); if (!id) return log_oom(); @@ -122,7 +122,7 @@ int enroll_password( if (!disk_path) return log_oom(); - id = strjoin("cryptsetup:", disk_path); + id = strjoin("cryptenroll-new:", disk_path); if (!id) return log_oom();