File: arno-iptables-firewall.rsyslog

package info (click to toggle)
arno-iptables-firewall 2.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,512 kB
  • sloc: sh: 6,587; 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
& ~