62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
$OpenBSD: patch-support_Config_argus_conf,v 1.3 2012/07/08 19:20:58 steven Exp $
|
|
--- support/Config/argus.conf.orig Mon Feb 13 18:14:57 2012
|
|
+++ support/Config/argus.conf Wed Jun 27 23:32:21 2012
|
|
@@ -73,6 +73,7 @@ ARGUS_FLOW_KEY="CLASSIC_5_TUPLE"
|
|
#
|
|
|
|
#ARGUS_DAEMON=no
|
|
+ARGUS_DAEMON=yes
|
|
|
|
|
|
# Argus Monitor Data is uniquely identifiable based on the source
|
|
@@ -211,12 +212,12 @@ ARGUS_FLOW_KEY="CLASSIC_5_TUPLE"
|
|
# an HTTP service or DNS service, you'll want to turn
|
|
# promiscuous mode off.
|
|
#
|
|
-# The default value is go into prmiscuous mode.
|
|
+# The default value is go into promiscuous mode.
|
|
#
|
|
# Commandline equivalent -p
|
|
#
|
|
|
|
-#ARGUS_GO_PROMISCUOUS=yes
|
|
+ARGUS_GO_PROMISCUOUS=no
|
|
|
|
|
|
# Argus supports chroot(2) in order to control the file system that
|
|
@@ -258,7 +259,7 @@ ARGUS_FLOW_KEY="CLASSIC_5_TUPLE"
|
|
# Commandline equivalent -u
|
|
#
|
|
|
|
-#ARGUS_SETUSER_ID=user
|
|
+ARGUS_SETUSER_ID=_argus
|
|
|
|
|
|
# Argus can be directed to change its group id using the setgid() system
|
|
@@ -271,7 +272,7 @@ ARGUS_FLOW_KEY="CLASSIC_5_TUPLE"
|
|
# Commandline equivalent -g
|
|
#
|
|
|
|
-#ARGUS_SETGROUP_ID=group
|
|
+ARGUS_SETGROUP_ID=_argus
|
|
|
|
|
|
# Argus can write its output to one or a number of files.
|
|
@@ -290,7 +291,7 @@ ARGUS_FLOW_KEY="CLASSIC_5_TUPLE"
|
|
# Commandline equivalent -w
|
|
#
|
|
|
|
-#ARGUS_OUTPUT_FILE=/var/log/argus/argus.out
|
|
+ARGUS_OUTPUT_FILE=/var/argus/argus.out
|
|
|
|
|
|
# Argus can push its output to one or a number of remote hosts.
|
|
@@ -337,6 +338,7 @@ ARGUS_FLOW_KEY="CLASSIC_5_TUPLE"
|
|
#
|
|
|
|
#ARGUS_SET_PID=yes
|
|
+ARGUS_SET_PID=no
|
|
#ARGUS_PID_PATH="/var/run"
|
|
|
|
|