From cb48ba098c51e0d4b9eefcc0a51cbb0219c8907b Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 27 May 2012 14:14:16 -0400 Subject: [PATCH] updated QUEUE_RULES_DIR path to a sub-dir of /var/lib/fwsnort/ --- fwsnort.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fwsnort.conf b/fwsnort.conf index 56b30d9..4ac33f4 100644 --- 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; -- 1.7.5.4