diff options
-rw-r--r-- | config/snort-dev/snort_help_info.php | 1 | ||||
-rw-r--r-- | config/snort-dev/snort_interfaces_edit.php | 4 | ||||
-rw-r--r-- | config/snort-dev/snort_interfaces_rules.php | 2 | ||||
-rwxr-xr-x | pkg_config.8.xml | 5 |
4 files changed, 6 insertions, 6 deletions
diff --git a/config/snort-dev/snort_help_info.php b/config/snort-dev/snort_help_info.php index 5bc32a1d..e8408209 100644 --- a/config/snort-dev/snort_help_info.php +++ b/config/snort-dev/snort_help_info.php @@ -182,6 +182,7 @@ jQuery(document).ready(function() { <li><a href="/snort/snort_interfaces.php"><span>Snort Interfaces</span></a></li> <li><a href="/snort/snort_interfaces_global.php"><span>Global Settings</span></a></li> <li><a href="/snort/snort_download_updates.php"><span>Updates</span></a></li> + <li><a href="/snort/snort_interfaces_rules.php"><span>RulesDB</span></a></li> <li><a href="/snort/snort_alerts.php"><span>Alerts</span></a></li> <li><a href="/snort/snort_blocked.php"><span>Blocked</span></a></li> <li><a href="/snort/snort_interfaces_whitelist.php"><span>Whitelists</span></a></li> diff --git a/config/snort-dev/snort_interfaces_edit.php b/config/snort-dev/snort_interfaces_edit.php index f85c6bb7..a501aa34 100644 --- a/config/snort-dev/snort_interfaces_edit.php +++ b/config/snort-dev/snort_interfaces_edit.php @@ -326,9 +326,9 @@ jQuery(document).ready(function() { </select> <br> - <span class="vexpl">Choose the home net you will like this rule to use. <span class="red">Note:</span> Default homenet adds only local networks. + <span class="vexpl">Choose the rule database to use. <span class="red">Note:</span> Cahnges to this database are global. <br> - <span class="red">Hint:</span> Most users add a list offriendly ips that the firewall cant see.</span> + <span class="red">WARNING:</span> Never change this when snort is running.</span> </td> </tr> diff --git a/config/snort-dev/snort_interfaces_rules.php b/config/snort-dev/snort_interfaces_rules.php index 1d9da1cb..0cd75e6e 100644 --- a/config/snort-dev/snort_interfaces_rules.php +++ b/config/snort-dev/snort_interfaces_rules.php @@ -178,7 +178,7 @@ $a_rules = snortSql_fetchAllSettings('snortDBrules', 'Snortrules', 'All', ''); <span class="vexpl"> <span class="red"><strong>Note:</strong></span> <p><span class="vexpl"> - Here you can create event filtering and suppression for your snort package rules.<br> + Here you can create rule databases that can be used on multiple interfaces.<br> Please note that you must restart a running rule so that changes can take effect.<br> </span></p> </td> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 151cd409..8b299946 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -314,9 +314,8 @@ <depends_on_package>perl-5.12.4.tbz</depends_on_package> <depends_on_package>snortsam-2.70.tbz</depends_on_package> <depends_on_package>snort-2.9.0.5.tbz</depends_on_package> - <build_port_path>/usr/ports/security/snort</build_port_path> - <build_port_path>/usr/ports/security/snortsam</build_port_path> - <build_options>WITH_IPV6=true WITH_MPLS=true WITH_GRE=true WITHOUT_TARGETBASED=true WITH_DECODERPRE=true WITH_ZLIB=true WITH_NORMALIZER=true WITH_REACT=true WITH_PERFPROFILE=true WITH_FLEXRESP3=true WITHOUT_MYSQL=true WITHOUT_ODBC=true WITHOUT_POSTGRESQL=true WITHOUT_PRELUDE=true WITH_SNORTSAM=true WITH_PFSENSE=true</build_options> + <build_port_path>/usr/home/pfsense/tools/pfPorts/snort</build_port_path> + <build_port_path>/usr/home/pfsense/tools/pfPorts/snortsam</build_port_path> <config_file>http://www.pfsense.com/packages/config/snort-dev/snort.xml</config_file> <version>2.9.0.5 pkg v. 2.0</version> <required_version>2.0</required_version> |