24 lines
692 B
Diff
24 lines
692 B
Diff
--- a/suricata.yaml.in
|
|
+++ b/suricata.yaml.in
|
|
@@ -260,7 +260,7 @@
|
|
# Suricata 8.0 uses a new DNS logging format, to keep with
|
|
# the old format while you upgrade the version can be set
|
|
# to 2. See https://docs.suricata.io/en/latest/upgrade/8.0-dns-logging-changes.html
|
|
- #version: 3
|
|
+ version: 3
|
|
|
|
# Enable/disable this logger. Default: enabled.
|
|
#enabled: yes
|
|
@@ -1300,9 +1300,9 @@
|
|
##
|
|
|
|
# Run Suricata with a specific user-id and group-id:
|
|
-#run-as:
|
|
-# user: suri
|
|
-# group: suri
|
|
+run-as:
|
|
+ user: suricata
|
|
+ group: suricata
|
|
|
|
security:
|
|
# if true, prevents process creation from Suricata by calling
|