Page 1 of 1

grsec logs

PostPosted: Sat Jan 31, 2004 9:05 am
by scanf_
how can i put grsec to logs into a file ?
:-?

thkz

PostPosted: Mon Feb 02, 2004 6:40 am
by onyx
Hi!

Use a system logger, which can sort your logfiles depending on the
content of your log, eg. syslog-ng, which has match("") filtering, so
for example match("grsec:") will do the trick. See syslog-ng, how to
do this properly, it`s quite easy.

onyx