Skip to content

Commit 04b129e

Browse files
authored
Merge pull request #8821 from wazuh/enhanhancement/idr303-update-nids-integration-poc
Change Suricata ruleset file permissions
2 parents b7840b5 + dc69257 commit 04b129e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ All notable changes to this project will be documented in this file.
5454
- **Post-release**: Updated the offline installation guide. ([#8803](https://github.com/wazuh/wazuh-documentation/pull/8803))
5555
- **Post-release**: Updated the instruction and images in Wazuh server API getting started documentation to reflect the new navigation path (**Server management** > **Dev Tools**). ([#8811](https://github.com/wazuh/wazuh-documentation/pull/8811))
5656
- **Post-release**: Updated the *Getting started with Wazuh - Architecture* documentation. ([#8819](https://github.com/wazuh/wazuh-documentation/pull/8819))
57+
- **Post-release**: Changed Suricata ruleset file permission in POC guide. ([#8821](https://github.com/wazuh/wazuh-documentation/pull/8821))
5758

5859
### Fixed
5960

source/proof-of-concept-guide/integrate-network-ids-suricata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Take the following steps to configure Suricata on the Ubuntu endpoint and send t
3838
3939
$ cd /tmp/ && curl -LO https://rules.emergingthreats.net/open/suricata-6.0.8/emerging.rules.tar.gz
4040
$ sudo tar -xvzf emerging.rules.tar.gz && sudo mkdir /etc/suricata/rules && sudo mv rules/*.rules /etc/suricata/rules/
41-
$ sudo chmod 640 /etc/suricata/rules/*.rules
41+
$ sudo chmod 777 /etc/suricata/rules/*.rules
4242
4343
#. Modify Suricata settings in the ``/etc/suricata/suricata.yaml`` file and set the following variables:
4444

0 commit comments

Comments
 (0)