v2.105.13
This commit is contained in:
parent
c940a296f9
commit
5eec5b3147
3 changed files with 68 additions and 1 deletions
|
@ -1,3 +1,56 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to b33d3aa9a17eabe4f88f6086fce008862ad43ba1
|
||||
hash: b1df40db7bb84cd17d8657c62a5f26c758319735
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to b33d3aa9a17eabe4f88f6086fce008862ad43ba1
|
||||
changelog-entry: Update layers/meta-balena to b33d3aa9a17eabe4f88f6086fce008862ad43ba1
|
||||
author: renovate[bot]
|
||||
nested:
|
||||
- commits:
|
||||
- subject: "ntp: Remove race condition from directory creation"
|
||||
hash: 5fd19e26d35d7160e2531277a9a14e194d0b95c6
|
||||
body: >
|
||||
Chronyd checks that the directory specified as `sourcedir` in
|
||||
`chrony.conf`
|
||||
|
||||
(in this case `/var/chrony`) is not world accessible if it exists (chrony
|
||||
|
||||
will create it correctly if it does not exist), and does not start
|
||||
|
||||
if that's the case.
|
||||
|
||||
|
||||
The way that the `/var/chrony` is created when it does not exist opens
|
||||
|
||||
the possibility of the directory existing with the wrong permissions and
|
||||
|
||||
hitting this problem.
|
||||
|
||||
|
||||
This commit creates the directory with the correct permissions from the
|
||||
|
||||
start to avoid the race condition.
|
||||
|
||||
|
||||
It also changes the permissiong from 750 to 770 to match what chrony
|
||||
|
||||
does (see
|
||||
|
||||
https://github.com/mlichvar/chrony/blob/7b197953e8add5515b7e58c4638dc55aa4bb91b7/conf.c#L1761)
|
||||
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-2.105.13
|
||||
title: ""
|
||||
date: 2022-10-18T12:38:31.247Z
|
||||
version: 2.105.13
|
||||
title: ""
|
||||
date: 2022-10-18T17:53:11.529Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to bfb53e361ce9a3205e9c468f7c83b614acb3c52e
|
||||
hash: 56600ffed5adcbd1f84d672333fa26d29ac80dd4
|
||||
|
|
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,6 +1,20 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v2.105.13
|
||||
## (2022-10-18)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to b33d3aa9a17eabe4f88f6086fce008862ad43ba1 [renovate[bot]] </summary>
|
||||
|
||||
> ## meta-balena-2.105.13
|
||||
> ### (2022-10-18)
|
||||
>
|
||||
> * ntp: Remove race condition from directory creation [Alex Gonzalez]
|
||||
>
|
||||
</details>
|
||||
|
||||
# v2.105.12
|
||||
## (2022-10-17)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.105.12
|
||||
2.105.13
|
Loading…
Add table
Reference in a new issue