-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbb6f85
commit 3033e1a
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
- commits: | ||
- subject: "resin-init-flasher: with secure boot, authenticate the inner image" | ||
hash: 1ae37ac158b93df836126030abec8c3d3f69d92b | ||
body: | | ||
At this moment resin-init-flasher just takes whatever image lies in /opt | ||
and dd's it to the target drive. This is fine for general use, but with | ||
secure boot enabled, we want to perform at least basic authentication | ||
of the image being written. | ||
|
||
This patch gets the image signed at build time and makes flasher verify | ||
the signature against a key built-in the kernel trust store. At this | ||
very moment it fails hard if the signature does not match, but this may | ||
change in the future. Technically we only want to know if we are about | ||
to flash a balena-provided image or not, we might want to support both | ||
but behave slightly differently in each scenario. | ||
footer: | ||
Change-type: minor | ||
change-type: minor | ||
Signed-off-by: Michal Toman <[email protected]> | ||
signed-off-by: Michal Toman <[email protected]> | ||
author: Michal Toman | ||
nested: [] | ||
version: 6.2.0 | ||
title: "" | ||
date: 2024-12-16T14:06:35.499Z | ||
- commits: | ||
- subject: "README: Add fan profile and power mode info to docs" | ||
hash: b48a99a247cf28ecbf46864f9f41f92c8828d1f7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters