OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=369
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
#
|
|
# firewall messages into separate file and stop their further processing
|
|
#
|
|
if ($syslogfacility-text == 'kern') and \
|
|
($msg contains 'IN=' and $msg contains 'OUT=') \
|
|
then {
|
|
-/var/log/firewall
|
|
stop
|
|
}
|