From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
by finch.gentoo.org (Postfix) with ESMTP id 45548138A1F
for ; Thu, 10 Apr 2014 18:50:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 76D1FE0B47;
Thu, 10 Apr 2014 18:50:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by pigeon.gentoo.org (Postfix) with ESMTPS id BF58FE0B47
for ; Thu, 10 Apr 2014 18:50:01 +0000 (UTC)
Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id E88D533FFCA
for ; Thu, 10 Apr 2014 18:50:00 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 617)
id A3A5E2004B; Thu, 10 Apr 2014 18:49:58 +0000 (UTC)
From: "Sven Vermeulen (swift)"
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/security: shb-intrusion.xml
X-VCS-Repository: gentoo
X-VCS-Files: shb-intrusion.xml
X-VCS-Directories: xml/htdocs/doc/en/security
X-VCS-Committer: swift
X-VCS-Committer-Name: Sven Vermeulen
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Message-Id: <20140410184958.A3A5E2004B@flycatcher.gentoo.org>
Date: Thu, 10 Apr 2014 18:49:58 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@lists.gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 84e5d357-c6eb-401f-aa65-aedfc0e29473
X-Archives-Hash: 039cbb6b2b68bf2b46e3679f0897bb62
swift 14/04/10 18:49:58
Modified: shb-intrusion.xml
Log:
More fixes from bug #507220 - Update conf.d/snort
Revision Changes Path
1.8 xml/htdocs/doc/en/security/shb-intrusion.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?r1=1.7&r2=1.8
Index: shb-intrusion.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- shb-intrusion.xml 9 Apr 2014 18:17:22 -0000 1.7
+++ shb-intrusion.xml 10 Apr 2014 18:49:58 -0000 1.8
@@ -1,5 +1,5 @@
-
+
@@ -7,8 +7,8 @@
-3
-2014-04-09
+4
+2014-04-10
AIDE (Advanced Intrusion Detection Environment)
@@ -331,12 +331,13 @@
-PIDFILE=/var/run/snort_eth0.pid
+SNORT_IFACE="eth0"
+PIDFILE=/run/snort_eth0.pid
MODE="full"
-NETWORK="10.0.0.0/24"
+NETWORK="192.168.0.0/24"
LOGDIR="/var/log/snort"
-CONF=/etc/snort/snort.conf
-SNORT_OPTS="-D -s -u snort -dev -l $LOGDIR -h $NETWORK -c $CONF"
+SNORT_CONF=/etc/snort/snort.conf
+SNORT_OPTS="-q -D -u snort -d -l $LOGDIR -h $NETWORK -c $SNORT_CONF"