snort/snort.conf

Tue, 08 Jan 2013 20:08:32 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 08 Jan 2013 20:08:32 +0100
changeset 755
192d78fefb97
permissions
-rw-r--r--

Update to new vendor version (chan_capi as well) and adapt patch logic,
introducing a new variable to control build time SMS call centre channel.

     1 ##
     2 ##  snort.conf -- Snort Daemon Configuration
     3 ##
     5 #   common variables
     6 var VAR_PATH  @l_prefix@/var/snort
     7 var RULE_PATH $VAR_PATH/rules
     9 #   output selection
    10 config alertfile:    $VAR_PATH/snort.alert.log
    11 output alert_fast:   $VAR_PATH/snort.alert.log
    12 #output log_tcpdump: $VAR_PATH/snort.alert.cap
    14 #   configuration parameters
    15 config show_year
    16 config order: alert pass log
    18 #   load snort rules configuration
    19 var HOME_NET      any
    20 var EXTERNAL_NET  any
    21 include $RULE_PATH/snort.conf

mercurial