mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
permissions for key files (unix)
Key files are generally created in such a way that only the owner of the file may read it. This is practised by other software, e.g. openssl and thus seems like good behaviour for agate too.
This commit is contained in:
parent
d271413466
commit
46016d7cd7
2 changed files with 19 additions and 6 deletions
|
|
@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
Thank you to Jan Stępień for contributing to this release.
|
||||
|
||||
### Fixed
|
||||
* set permissions for generated key files so only owner can read them
|
||||
|
||||
## [3.3.0] - 2023-03-18
|
||||
Thank you to @equalsraf, @michaelnordmeyer and @wanderer1988 for contributing to this release.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue