Skip to content

Commit

Permalink
#497. Change firewall-drop.sh according to new active-response change…
Browse files Browse the repository at this point in the history
…s. Now script is a C binary instead
  • Loading branch information
VictorMorenoJimenez committed Apr 20, 2021
1 parent 9c22421 commit 74e96ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/wazuh/ansible-wazuh-manager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ wazuh_manager_commands:
executable: 'restart-ossec.sh'
expect: ''
- name: 'firewall-drop'
executable: 'firewall-drop.sh'
executable: 'firewall-drop'
expect: 'srcip'
timeout_allowed: 'yes'
- name: 'host-deny'
Expand Down

0 comments on commit 74e96ba

Please sign in to comment.