Skip to content

Commit

Permalink
chatmaild: fix umask for doveauth + metadata
Browse files Browse the repository at this point in the history
fix #453
  • Loading branch information
missytake committed Feb 16, 2025
1 parent 42bfb9f commit cb53190
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
- use old crypt lib in python < 3.11
([#483](https://github.com/deltachat/chatmail/pull/483))

- chatmaild: set umask to 0700 for doveauth + metadata
([#490](https://github.com/deltachat/chatmail/pull/492))

- remove MTA-STS daemon
([#488](https://github.com/deltachat/chatmail/pull/488))

Expand Down
1 change: 1 addition & 0 deletions cmdeploy/src/cmdeploy/service/chatmail-metadata.service.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
RestartSec=30
User=vmail
RuntimeDirectory=chatmail-metadata
UMask=0700

[Install]
WantedBy=multi-user.target
1 change: 1 addition & 0 deletions cmdeploy/src/cmdeploy/service/doveauth.service.f
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
RestartSec=30
User=vmail
RuntimeDirectory=doveauth
UMask=0700

[Install]
WantedBy=multi-user.target

0 comments on commit cb53190

Please # to comment.