We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7840b5 commit 12f4419Copy full SHA for 12f4419
source/proof-of-concept-guide/integrate-network-ids-suricata.rst
@@ -38,7 +38,7 @@ Take the following steps to configure Suricata on the Ubuntu endpoint and send t
38
39
$ cd /tmp/ && curl -LO https://rules.emergingthreats.net/open/suricata-6.0.8/emerging.rules.tar.gz
40
$ 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
+ $ sudo chmod 777 /etc/suricata/rules/*.rules
42
43
#. Modify Suricata settings in the ``/etc/suricata/suricata.yaml`` file and set the following variables:
44
0 commit comments