Merge pull request #647 from Prepultrue/development

Set umask to 0000 while overlays are being built. Fixes #584
This commit is contained in:
Christian Goll
2023-01-18 21:25:11 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Set correct overlay permissions for a NetworkManager configuration
file. #591
### Fixed
- Directories within overlays no longer lose group/other write permissions #584
## [4.4.0rc2] 2022-12-09
### Added