summaryrefslogtreecommitdiff
path: root/pcr/snort/snort.conf.d
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-22 13:03:18 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-22 13:03:18 -0300
commitba0b8906199404b7b00cfeac91bff3036b8692e8 (patch)
tree77d6dbaf822d1a66046f76c6698ec9d0f61a9bcd /pcr/snort/snort.conf.d
parentadc549e8519824da803230cee62bfd7d808df989 (diff)
parentf97ff910471fb3ae2c8ea69befecaae8cbf6dbea (diff)
downloadabslibre-ba0b8906199404b7b00cfeac91bff3036b8692e8.tar.gz
abslibre-ba0b8906199404b7b00cfeac91bff3036b8692e8.tar.bz2
abslibre-ba0b8906199404b7b00cfeac91bff3036b8692e8.zip
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'pcr/snort/snort.conf.d')
-rw-r--r--pcr/snort/snort.conf.d21
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/snort/snort.conf.d b/pcr/snort/snort.conf.d
new file mode 100644
index 000000000..86b566abc
--- /dev/null
+++ b/pcr/snort/snort.conf.d
@@ -0,0 +1,21 @@
+#
+# Parameters to be passed to snort
+#
+
+# options taken from Fedora
+# http://cvs.fedoraproject.org/viewcvs/devel/snort/sysconfig.snort?rev=1.2&view=markup
+
+# Where is the snort.conf file.
+SNORT_CONF="/etc/snort/snort.conf"
+
+# What user account should we run under.
+USER="snort"
+
+# What group account should we run under.
+GROUP="snort"
+
+# define the interface we listen on
+INTERFACE="eth0"
+
+# If you are using prelude, delete the '-A fast' option
+SNORT_OPTIONS="-A fast -b -l /var/log/snort -D -p"