Fix RuntimeDirectoryMode
`config.json` inside the runtime directory contains secrets and should therefore not be world-readable.
This commit is contained in:
parent
8894e4dd23
commit
f490ba26d0
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ in {
|
|||
User = "fieldpoc";
|
||||
Group = "fieldpoc";
|
||||
RuntimeDirectory = "fieldpoc";
|
||||
RuntimeDirectoryMode = "0755";
|
||||
RuntimeDirectoryMode = "0750";
|
||||
ConfigurationDirectory = "fieldpoc";
|
||||
StateDirectory = "fieldpoc";
|
||||
StateDirectoryMode = "0700";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue