File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- VERSION ?= 0.6
1+ VERSION ?= 0.7
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.7) unstable; urgency=medium
2+
3+ * Added signed PCRs
4+ * Added TPM counters for rollback protection
5+ * safeboot.conf is now included in the initrd, fewer params on command line
6+ * Recovery boot can now sign and hash root filesystem
7+ * Helpers for recovery boot to unlock cryptdisk, mount filesystems, etc
8+ * No more perl in /sbin/safeboot
9+
10+ -- Trammell Hudson <hudson@unicycle> Sun, 23 Aug 2020 18:12:58 +0200
11+
112safeboot (0.6) unstable; urgency=medium
213
314 * Lots of documentation updates
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Releases for the the safeboot Debian package are in [safeboot/releases](https://
3232* Resizing '/' to 8GB during the install if you want to enable SIP
3333
3434```
35- wget https://github.com/osresearch/safeboot/releases/download/release-0.6 /safeboot_0.6_amd64 .deb
36- sudo apt install safeboot_0.6_amd64 .deb
35+ wget https://github.com/osresearch/safeboot/releases/download/release-0.7 /safeboot_0.7_amd64 .deb
36+ sudo apt install safeboot_0.7_amd64 .deb
3737sudo update-initramfs -u
3838sudo safeboot yubikey-init /CN=foo/ # or safeboot key-init if you don't have a token
3939sudo safeboot uefi-sign-keys
You can’t perform that action at this time.
0 commit comments