Skip to content

Commit df27a8a

Browse files
committed
fix(roles/graylog_datanode): restrict permissions for snapshot repo paths
1 parent 5a54dd2 commit df27a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/graylog_datanode/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
state: 'directory'
8989
owner: 'graylog-datanode'
9090
group: 'graylog-datanode'
91-
mode: 0o755
91+
mode: 0o740
9292
loop: '{{ graylog_datanode__path_repo }}'
9393

9494
tags:

0 commit comments

Comments
 (0)