Skip to content

Commit eb3c026

Browse files
committed
chatmaild: fix umask for doveauth + metadata
fix #453
1 parent f4fc1a3 commit eb3c026

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- use old crypt lib in python < 3.11
1818
([#483](https://github.com/deltachat/chatmail/pull/483))
1919

20+
- chatmaild: set umask to 0700 for doveauth + metadata
21+
([#490](https://github.com/deltachat/chatmail/pull/492))
22+
2023
- remove MTA-STS daemon
2124
([#488](https://github.com/deltachat/chatmail/pull/488))
2225

cmdeploy/src/cmdeploy/service/chatmail-metadata.service.f

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
RestartSec=30
88
User=vmail
99
RuntimeDirectory=chatmail-metadata
10+
UMask=0700
1011

1112
[Install]
1213
WantedBy=multi-user.target

cmdeploy/src/cmdeploy/service/doveauth.service.f

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
RestartSec=30
88
User=vmail
99
RuntimeDirectory=doveauth
10+
UMask=0700
1011

1112
[Install]
1213
WantedBy=multi-user.target

0 commit comments

Comments
 (0)