]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
suricata: Drop some commented stuff from configuration
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2019 14:28:11 +0000 (14:28 +0000)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 1 Mar 2019 16:55:26 +0000 (17:55 +0100)
The file is really large and we should not carry anything we will
never use.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index ee53ab1a64441fa471fd1421dd8fd5aef75aaeca..c0101557f75bec747c7db882dbd8a632737512f5 100644 (file)
@@ -367,29 +367,6 @@ asn1-max-frames: 256
 ##
 ##############################################################################
 
-##
-## Run Options
-##
-
-# Run suricata as user and group.
-#run-as:
-#  user: suri
-#  group: suri
-
-# Some logging module will use that name in event as identifier. The default
-# value is the hostname
-#sensor-name: suricata
-
-# Default location of the pid file. The pid file is only used in
-# daemon mode (start Suricata with -D). If not running in daemon mode
-# the --pidfile command line option must be used to create a pid file.
-#pid-file: /var/run/suricata.pid
-
-# Daemon working directory
-# Suricata will change directory to this one if provided
-# Default: "/"
-#daemon-directory: "/"
-
 # Suricata core dump configuration. Limits the size of the core dump file to
 # approximately max-dump. The actual core dump size will be a multiple of the
 # page size. Core dumps that would be larger than max-dump are truncated. On
@@ -859,12 +836,3 @@ threading:
   # thread will always be created.
   #
   detect-thread-ratio: 1.0
-
-##
-## Include other configs
-##
-
-# Includes.  Files included here will be handled as if they were
-# inlined in this configuration file.
-#include: include1.yaml
-#include: include2.yaml