fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
62 stars 34 forks source link

fix: explicitly mark LUKS2 for context load #519

Closed 7flying closed 1 year ago

7flying commented 1 year ago

This explicitly marks LUKS2 as the load context to avoid getting Operation incompatible with device marked for LUKS2 reencryption errors.

Fixes rhbz#2216111

7flying commented 1 year ago

CC @yih-redhat