Skip to content

Tags: dex6/sed-opal-unlocker

Tags

v1.1.0

Toggle v1.1.0's commit message
README: update for sha512 support

v1.0.0

Toggle v1.0.0's commit message
Use new kernel (5.3+) API for setting MBRDone flag alone

In older kernels, the only way to set MBRDone=y was to use
IOC_OPAL_ENABLE_DISABLE_MBR, which sets both MBREnabled and MBRDone
flags to the same value. In newer kernels we have IOC_OPAL_MBR_DONE,
which sets only MBRDone. This is way better (having no side effects),
but means sed-opal-unlocker now requires kernel 5.3+.

v0.3.1

Toggle v0.3.1's commit message
Fix MBRunshadow for newer kernels

v0.3.0

Toggle v0.3.0's commit message
Add ability to just decrypt password file

May be helpful with 2-stage initramfs, where first unlocks, and second
(eg. after kexec) does s3save.

v0.2.1

Toggle v0.2.1's commit message
Fix static build on glibc

v0.2.0

Toggle v0.2.0's commit message
Update README to reflect latest changes and features

v0.1.0

Toggle v0.1.0's commit message
Document and explain the project