Browse Source

Merge pull request #213 from thomwiggers/patch-1

Make sure that only ZNC can read its certificate
Luke Cyca 10 years ago
parent
commit
4349e03dfc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/ircbouncer/tasks/znc.yml

+ 1
- 1
roles/ircbouncer/tasks/znc.yml View File

@@ -39,7 +39,7 @@
39 39
     /var/lib/znc/znc.pem creates=/var/lib/znc/znc.pem
40 40
 
41 41
 - name: Ensure znc user and group can read cert
42
-  file: path=/var/lib/znc/znc.pem group=znc owner=znc
42
+  file: path=/var/lib/znc/znc.pem group=znc owner=znc mode=640
43 43
 
44 44
 - name: Check for existing config file
45 45
   command: cat /var/lib/znc/configs/znc.conf

Loading…
Cancel
Save