snort/fsl.snort

Tue, 02 Jul 2013 18:21:58 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 02 Jul 2013 18:21:58 +0200
changeset 782
de3379343a7c
permissions
-rw-r--r--

Remove superfluous init scripts and introduce SQL population logic.

     1 ##
     2 ##  fsl.snort -- OSSP fsl configuration
     3 ##
     5 ident (snort)/.+ q{
     6     prefix(
     7         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     8     )
     9     -> {
    10         debug: file(
    11             path="@l_prefix@/var/snort/snort.log",
    12             perm=0644
    13         )
    14     }
    15 };

mercurial