File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- VERSION ?= 0.5
1+ VERSION ?= 0.6
22
33BINS += bin/sbsign.safeboot
44BINS += bin/sign-efi-sig-list.safeboot
Original file line number Diff line number Diff line change 1- safeboot (0.5) UNRELEASED; urgency=medium
1+ safeboot (0.6) unstable; urgency=medium
2+
3+ * Lots of documentation updates
4+ * Documentation updated to markdown format
5+ * safeboot and safeboot-tpm-unseal pass shellcheck
6+ * 'remount ro' now provides help finding processes with locks
7+ * 'remount ro' handles block devices that are already read-only
8+ * 'sign-kernel' tries three times
9+
10+ -- Trammell Hudson <hudson@unicycle> Wed, 20 May 2020 23:07:27 +0200
11+
12+ safeboot (0.5) unstable; urgency=medium
213
314 * Added tpm2-totp to attest that the firmware is unmodified
415 * Fixed many small bugs
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Releases for the the safeboot Debian package are in [safeboot/releases](https://
2525* Resizing '/' to 8GB during the install if you want to enable SIP
2626
2727```
28- wget https://github.com/osresearch/safeboot/releases/download/release-0.4 /safeboot_0.4_amd64 .deb
29- sudo apt install safeboot_0.4_amd64 .deb
28+ wget https://github.com/osresearch/safeboot/releases/download/release-0.6 /safeboot_0.6_amd64 .deb
29+ sudo apt install safeboot_0.6_amd64 .deb
3030sudo safeboot yubikey-init /CN=foo/ # or safeboot key-init if you don't have a token
3131sudo safeboot uefi-key-sign
3232sudo safeboot recovery-sign
You can’t perform that action at this time.
0 commit comments