File: rsyslog.d.conf

package info (click to toggle)
arno-iptables-firewall 2.0.1.e-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,392 kB
  • ctags: 76
  • sloc: sh: 5,944; makefile: 18
file content (7 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# Log firewall messages to /var/log/arno-iptables-firewall (asynchronously),
# and then drop them so that they aren't logged again elsewhere.

if $syslogfacility-text == 'kern' \
and $syslogpriority-text == 'info' \
and $msg contains 'AIF:' then -/var/log/arno-iptables-firewall
& ~