-
Notifications
You must be signed in to change notification settings - Fork 0
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
89a719b
commit fc935a4
Showing
3 changed files
with
70 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,57 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to 3033e1adebd2ec79f9528e83d616ccf27bee4035 | ||
hash: 7f29d80122b2727bb7d3dd8240f6797190e55494 | ||
body: Update layers/meta-balena | ||
footer: | ||
Changelog-entry: Update layers/meta-balena to 3033e1adebd2ec79f9528e83d616ccf27bee4035 | ||
changelog-entry: Update layers/meta-balena to 3033e1adebd2ec79f9528e83d616ccf27bee4035 | ||
author: balena-renovate[bot] | ||
nested: | ||
- 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: meta-balena-6.2.0 | ||
title: "" | ||
date: 2024-12-16T14:06:35.499Z | ||
version: 6.2.0 | ||
title: "" | ||
date: 2024-12-18T11:02:37.924Z | ||
- commits: | ||
- subject: Update contracts to 9ce0ad766c4f9b46cd78462813ff01600a61cde5 | ||
hash: d34f26fa2689f577acdfd699486a84dbdca87668 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.1.27+rev3 | ||
6.2.0 |