Ubuntu Pastebin

Paste from arrrghhh at Wed, 21 Oct 2015 17:07:14 +0000

Download as text
1
2
3
4
5
6
7
# Log kernel generated UFW log messages to file
:msg,contains,"[UFW " /var/log/ufw.log

# Uncomment the following to stop logging anything that matches the last rule.
# Doing this will stop logging kernel generated UFW log messages to the file
# normally containing kern.* messages (eg, /var/log/kern.log)
#& ~
Download as text