Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/security: shb-intrusion.xml
Date: Thu, 10 Apr 2014 18:50:04
Message-Id: 20140410184958.A3A5E2004B@flycatcher.gentoo.org
1 swift 14/04/10 18:49:58
2
3 Modified: shb-intrusion.xml
4 Log:
5 More fixes from bug #507220 - Update conf.d/snort
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/security/shb-intrusion.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?r1=1.7&r2=1.8
13
14 Index: shb-intrusion.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- shb-intrusion.xml 9 Apr 2014 18:17:22 -0000 1.7
21 +++ shb-intrusion.xml 10 Apr 2014 18:49:58 -0000 1.8
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml,v 1.7 2014/04/09 18:17:22 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml,v 1.8 2014/04/10 18:49:58 swift Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 @@ -7,8 +7,8 @@
30
31 <sections>
32
33 -<version>3</version>
34 -<date>2014-04-09</date>
35 +<version>4</version>
36 +<date>2014-04-10</date>
37
38 <section>
39 <title>AIDE (Advanced Intrusion Detection Environment)</title>
40 @@ -331,12 +331,13 @@
41 </p>
42
43 <pre caption="/etc/conf.d/snort">
44 -PIDFILE=/var/run/snort_eth0.pid
45 +SNORT_IFACE="eth0"
46 +PIDFILE=/run/snort_eth0.pid
47 MODE="full"
48 -NETWORK="10.0.0.0/24"
49 +NETWORK="192.168.0.0/24"
50 LOGDIR="/var/log/snort"
51 -CONF=/etc/snort/snort.conf
52 -SNORT_OPTS="-D -s -u snort -dev -l $LOGDIR -h $NETWORK -c $CONF"
53 +SNORT_CONF=/etc/snort/snort.conf
54 +SNORT_OPTS="-q -D -u snort -d -l $LOGDIR -h $NETWORK -c $SNORT_CONF"
55 </pre>
56
57 <p>