Skip to content

Commit

Permalink
bump to version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Aug 23, 2020
1 parent 747c7c1 commit 09da63b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.6
VERSION ?= 0.7

BINS += bin/sbsign.safeboot
BINS += bin/sign-efi-sig-list.safeboot
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
safeboot (0.7) unstable; urgency=medium

* Added signed PCRs
* Added TPM counters for rollback protection
* safeboot.conf is now included in the initrd, fewer params on command line
* Recovery boot can now sign and hash root filesystem
* Helpers for recovery boot to unlock cryptdisk, mount filesystems, etc
* No more perl in /sbin/safeboot

-- Trammell Hudson <hudson@unicycle> Sun, 23 Aug 2020 18:12:58 +0200

safeboot (0.6) unstable; urgency=medium

* Lots of documentation updates
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Releases for the the safeboot Debian package are in [safeboot/releases](https://
* Resizing '/' to 8GB during the install if you want to enable SIP

```
wget https://github.com/osresearch/safeboot/releases/download/release-0.6/safeboot_0.6_amd64.deb
sudo apt install safeboot_0.6_amd64.deb
wget https://github.com/osresearch/safeboot/releases/download/release-0.7/safeboot_0.7_amd64.deb
sudo apt install safeboot_0.7_amd64.deb
sudo update-initramfs -u
sudo safeboot yubikey-init /CN=foo/ # or safeboot key-init if you don't have a token
sudo safeboot uefi-sign-keys
Expand Down

0 comments on commit 09da63b

Please sign in to comment.