v3.1.4
This commit is contained in:
parent
57a7099936
commit
1a11694c40
3 changed files with 76 additions and 1 deletions
|
@ -1,3 +1,63 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5
|
||||
hash: 9bea7c764a835ff8d48e454f13305cdd8130d465
|
||||
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 <alexg@balena.io>
|
||||
signed-off-by: Alex Gonzalez <alexg@balena.io>
|
||||
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-08-01T21:57:31.999Z
|
||||
- commits:
|
||||
- subject: Update balena-os/github-workflows to v0.0.21
|
||||
hash: 994e2f3c80fa24a44cea3b2901ad7a823a537f92
|
||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v3.1.4
|
||||
## (2023-08-01)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-3.1.4
|
||||
> ### (Invalid date)
|
||||
>
|
||||
> * kernel-balena: remove mispelled config setting [Alex Gonzalez]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v3.1.3+rev1
|
||||
## (2023-08-01)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.1.3+rev1
|
||||
3.1.4
|
Loading…
Add table
Reference in a new issue