8000 Updated manager permissions files from `640` to `660` by davidcr01 · Pull Request #1239 · wazuh/wazuh-ansible · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Updated manager permissions files from 640 to 660 #1239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions roles/wazuh/ansible-wazuh-manager/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
dest="{{ wazuh_dir }}/etc/rules/local_rules.xml"
owner=wazuh
group=wazuh
mode=0640
mode=0660
notify: restart wazuh-manager
tags:
- init
Expand All @@ -128,7 +128,7 @@
dest="{{ wazuh_dir }}/etc/rules/"
owner=wazuh
group=wazuh
mode=0640
mode=0660
notify: restart wazuh-manager
tags:
- init
Expand All @@ -140,7 +140,7 @@
dest="{{ wazuh_dir }}/etc/decoders/local_decoder.xml"
owner=wazuh
group=wazuh
mode=0640
mode=0660
notify: restart wazuh-manager
tags:
- init
Expand All @@ -152,7 +152,7 @@
dest="{{ wazuh_dir }}/etc/decoders/"
owner=wazuh
group=wazuh
mode=0640
mode=0660
notify: restart wazuh-manager
tags:
- init
Expand All @@ -165,7 +165,7 @@
dest: "{{ wazuh_dir }}/etc/shared/default/agent.conf"
owner: wazuh
group: wazuh
mode: 0640
mode: 0660
validate: "{{ wazuh_dir }}/bin/verify-agent-conf -f %s"
notify: restart wazuh-manager
tags:
Expand Down
0