Skip to content

Commit ea08d41

Browse files
committed
(#39) xmpp2: tune permissions
1 parent 558f6a5 commit ea08d41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xmpp2/loglist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
ansible.builtin.file:
4545
path: '{{ item }}'
4646
state: directory
47-
mode: 'u=rwx,g,o=rx'
47+
mode: 'u=rx,g,o=r'
4848
loop:
4949
- '{{ host_db_init_scripts_dir }}'
5050
- '{{ host_data_dir }}'

xmpp2/nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
ansible.builtin.copy:
3535
src: 'nginx/{{ item }}'
3636
dest: '/etc/nginx/{{ item }}'
37-
mode: "u=rx,go=rx"
37+
mode: 'u=rw,go=r'
3838
loop:
3939
- nginx.conf
4040
- ssl.conf

0 commit comments

Comments
 (0)