-
Notifications
You must be signed in to change notification settings - Fork 1
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
94800a4
commit 6e78b78
Showing
3 changed files
with
76 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,63 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 | ||
hash: 205e38d76a8dc50d5434612ae1f8d972f124a3a2 | ||
body: Update layers/meta-balena | ||
footer: | ||
Changelog-entry: Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 | ||
changelog-entry: Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: "kernel-balena: remove mispelled config setting" | ||
hash: c73973972067d5c1afeb133ed7868684c054a0d9 | ||
body: > | ||
The kernel-balena class contains: | ||
|
||
CONIFG_SECURITY=n | ||
|
||
|
||
which is mispelled and not being applied. The commit where this was | ||
|
||
introduced claims it's needed to completely disable the audit logs, and | ||
|
||
also that the security framework is unused. | ||
|
||
|
||
I disagree in that it's unused - the hostOS is not using any security | ||
|
||
framework, but applications may, so luckily the security framework was | ||
|
||
never disabled. | ||
|
||
|
||
Removing this mispelled entry should have no functional effect. Whether | ||
|
||
the audit subsystem is disabled will depend on the final kernel | ||
|
||
configuration. Definitely we have not seen a need to disable it recently, | ||
|
||
and we have not seen the kernel log flooded with messages. | ||
|
||
|
||
I'd argue the disabling of the audit subsystem in meta-balena serves no | ||
|
||
need but I also have no specific reason to remove it at the moment. | ||
|
||
|
||
Fixes #2947 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Alex Gonzalez <[email protected]> | ||
signed-off-by: Alex Gonzalez <[email protected]> | ||
author: Alex Gonzalez | ||
nested: [] | ||
version: meta-balena-3.1.4 | ||
title: "" | ||
date: 2023-07-30T14:26:53.310Z | ||
version: 3.1.4 | ||
title: "" | ||
date: 2023-07-30T17:44:31.152Z | ||
- commits: | ||
- subject: Update layers/meta-balena to 3df341dcfa5681fc27d0713814635ddfe20d6a17 | ||
hash: f4eadcb4a59fb19a4ea99009eaefd59c8b38445c | ||
|
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 @@ | ||
3.1.3 | ||
3.1.4 |