From patchwork Fri Mar 1 01:28:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2106 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 0F6EA88B0B9 for ; Thu, 28 Feb 2019 14:29:13 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 449FL03mWkz5KvHp; Thu, 28 Feb 2019 14:29:12 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551364152; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=H/v8vp7LIySdzmelIIej09Tnt1G94gDS7YiN0vjSELg=; b=Hh3B3TT6CzxiNixYPk/bSNUzCB7jEYZ2ZTruNcS3ZpX/L3G8E0ywXZvtHWMIv33j0f/01P RJ1yCO9hr7YVieIi4vvwYTRDJpxDnm1gMN2/36LOCn4DWfnrieARIR2oyJ0kef5bun0nOP mWcng6cG6VlK06/TOo9X3DMRWGgo4qlwPIS776IilxF2Dy0IL+Bdl19GQAmOW+zchrPdST kMcuxkMRMk2dkGi3KaCRZWQNU0jNTCLIKum3OtPOvvr3lkI4JK50JAscor90D/OGGt2n30 FuPbfnNTe92IfK+yOMOxlJAGU0XTAYtCl44jiOqqVNsdY7mA1/Vi1zFBNW5zmg== Received: from ipfire.tremer.co.uk (unknown [88.215.19.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 449FKP3KsFz5KvHQ; Thu, 28 Feb 2019 14:28:41 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551364121; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=H/v8vp7LIySdzmelIIej09Tnt1G94gDS7YiN0vjSELg=; b=pLb8Srdg9htm8xLxs7tUYKUSm4j5UzxZUrlnVUP+T03iKfYgZpXL9rn/zLYIZ36JL4mSf/ gBqxtgXqOUTvWCNZKcoMzCM2E0gtBKd4ubVGTPUcSDAvcrRYC7K6IWTfgUwyNQ+0cSYfwE ShoGCdjA6+3xSn1KiTiri6KjjYZj5J3eptb8j7/AH9VzTbe5iCgy7y+Yu70ecN6BuSrapi vqj7MKJKv1FnxDs7hV8Dh84s+nBVs5enrwEclLNs3gjxKL2vurxy59uSV/e7meJaJsv3li hKEnthXSD+TH3gDQ6xeD6VbrlxAkMjxl2ip0Ma2WUrqUWZEbKs9eZ+0LBhgisQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 06/20] suricata: Drop some commented stuff from configuration Date: Thu, 28 Feb 2019 14:28:11 +0000 Message-Id: <20190228142825.5153-7-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20190228142825.5153-1-michael.tremer@ipfire.org> References: <20190228142825.5153-1-michael.tremer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ms smtp.mailfrom=michael.tremer@ipfire.org X-Spamd-Result: default: False [-8.81 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLY(-4.00)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.71)[-0.903,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:31655, ipnet:88.215.0.0/18, country:GB]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-8.81 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" The file is really large and we should not carry anything we will never use. Signed-off-by: Michael Tremer --- config/suricata/suricata.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 8dc2a1587..e85568803 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