Update local.bro for Bro 2.2

Removed some commented-out code that no longer works in Bro 2.2 (because
Notice::policy is now a hook).
This commit is contained in:
Daniel Thayer 2013-11-15 11:39:27 -06:00
parent f18f9511ac
commit 3effe5df08

View file

@ -30,10 +30,6 @@
# This adds signatures to detect cleartext forward and reverse windows shells.
@load-sigs frameworks/signatures/detect-windows-shells
# Uncomment the following line to begin receiving (by default hourly) emails
# containing all of your notices.
# redef Notice::policy += { [$action = Notice::ACTION_ALARM, $priority = 0] };
# Load all of the scripts that detect software in various protocols.
@load protocols/ftp/software
@load protocols/smtp/software