From bc2cb52953c92ad9209576de316f2076cfdb4caf Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 28 Feb 2019 14:28:11 +0000 Subject: [PATCH] suricata: Drop some commented stuff from configuration The file is really large and we should not carry anything we will never use. Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index ee53ab1a64..c0101557f7 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -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 -- 2.39.2