new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / debian / ossec-hids / var / ossec / rules / rules_config.xml
diff --git a/debian/ossec-hids/var/ossec/rules/rules_config.xml b/debian/ossec-hids/var/ossec/rules/rules_config.xml
new file mode 100644 (file)
index 0000000..0ff9961
--- /dev/null
@@ -0,0 +1,69 @@
+<!-- @(#) $Id: ./etc/rules/rules_config.xml, 2011/09/08 dcid Exp $
+
+  -  Rules config.
+  -  Configuration options. This file must always be included, otherwise
+  -  most of the rules will not work properly.
+  -
+  -  Copyright (C) 2009 Trend Micro Inc.
+  -  All rights reserved.
+  -
+  -  This program is a free software; you can redistribute it
+  -  and/or modify it under the terms of the GNU General Public
+  -  License (version 2) as published by the FSF - Free Software
+  -  Foundation.
+  -
+  -  License details: http://www.ossec.net/en/licensing.html
+  -->
+
+
+<group name="syslog">
+  <rule id="01" level="0" noalert="1">
+    <category>syslog</category>
+    <description>Generic template for all syslog rules.</description>
+  </rule>
+</group>
+
+<group name="firewall">
+  <rule id="02" level="0" noalert="1">
+    <category>firewall</category>
+    <description>Generic template for all firewall rules.</description>
+  </rule>
+</group>
+
+<group name="ids">
+  <rule id="03" level="0" noalert="1">
+    <category>ids</category>
+    <description>Generic template for all ids rules.</description>
+  </rule>
+</group>
+
+<group name="web-log">
+  <rule id="04" level="0" noalert="1">
+    <category>web-log</category>
+    <description>Generic template for all web rules.</description>
+  </rule>  
+</group>            
+
+<group name="squid">
+  <rule id="05" level="0" noalert="1">
+    <category>squid</category>
+    <description>Generic template for all web proxy rules.</description>
+  </rule>
+</group>
+
+<group name="windows">
+  <rule id="06" level="0" noalert="1">
+    <category>windows</category>
+    <description>Generic template for all windows rules.</description>
+  </rule>
+</group>            
+
+<group name="ossec">
+  <rule id="07" level="0" noalert="1">
+    <category>ossec</category>
+    <description>Generic template for all ossec rules.</description>
+  </rule>
+</group>
+
+
+<!-- EOF -->