root/psad/tags/psad-2.0.2-pre5/kmsgsd.conf

Revision 1638, 1.0 kB (checked in by mbr, 2 years ago)

removed FW_MSG_SEARCH variable since this comes from the fw_search.conf file

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #
2 ###########################################################################
3 #
4 #  This is the configuration file for psad kmsgsd daemon (for more
5 #  information, read the kmsgsd man page).  Normally this file gets
6 #  installed at /etc/psad/kmsgsd.conf, but can be put anywhere in the
7 #  filesystem and then the path can be specified on the command line
8 #  argument "-c <file>" to kmsgsd.  The syntax of this file is as follows:
9 #
10 # -Each line has the form  "<variable name>    <value>;".  Note the semi-
11 #  colon after the <value>.  All characters after the semicolon will be
12 #  ignored to provide space for comments.
13 #
14 ###########################################################################
15 #
16 # $Id$
17 #
18
19 SNORT_SID_STR               SID;  ### for snort "sid" values generated
20                                   ### by fwsnort or snort2iptables
21
22 ### Files
23 FW_DATA_FILE                /var/log/psad/fwdata;
24 PSAD_FIFO                   /var/lib/psad/psadfifo;
25 KMSGSD_PID_FILE             /var/run/psad/kmsgsd.pid;
Note: See TracBrowser for help on using the browser.