projects
/
fwsnort.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b404d75
)
updated QUEUE_RULES_DIR path to a sub-dir of /var/lib/fwsnort/
author
Michael Rash
<mbr@cipherdyne.org>
Sun, 27 May 2012 18:14:16 +0000 (14:14 -0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Sun, 27 May 2012 18:14:16 +0000 (14:14 -0400)
fwsnort.conf
patch
|
blob
|
history
diff --git
a/fwsnort.conf
b/fwsnort.conf
index
56b30d9
..
4ac33f4
100644
(file)
--- a/
fwsnort.conf
+++ b/
fwsnort.conf
@@
-87,10
+87,10
@@
FWSNORT_FORWARD_ESTAB FWSNORT_FORWARD_ESTAB;
### fwsnort library path
CONF_DIR /etc/fwsnort;
RULES_DIR $CONF_DIR/snort_rules;
-QUEUE_RULES_DIR $CONF_DIR/snort_rules_queue;
LOG_DIR /var/log/fwsnort;
LIBS_DIR /usr/lib/fwsnort; ### for perl modules
STATE_DIR /var/lib/fwsnort;
+QUEUE_RULES_DIR $STATE_DIR/snort_rules_queue;
ARCHIVE_DIR $STATE_DIR/archive;
CONF_FILE $CONF_DIR/fwsnort.conf;