obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / debian / ossec-hids / var / ossec / rules / policy_rules.xml
diff --git a/debian/ossec-hids/var/ossec/rules/policy_rules.xml b/debian/ossec-hids/var/ossec/rules/policy_rules.xml
deleted file mode 100644 (file)
index c89818a..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<!-- @(#) $Id: ./etc/rules/policy_rules.xml, 2011/09/08 dcid Exp $
-
-  -  Official Policy rules for OSSEC.
-  -
-  -  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="policy_violation,">
-  <rule id="17101" level="9">
-    <if_group>authentication_success</if_group>
-    <time>6 pm - 8:30 am</time>
-    <description>Successful login during non-business hours.</description>
-    <group>login_time,</group>
-  </rule>
-
-  <rule id="17102" level="9">
-    <if_group>authentication_success</if_group>
-    <weekday>weekends</weekday>
-    <description>Successful login during weekend.</description>
-    <group>login_day,</group>
-  </rule>
-</group> <!-- POLICY_RULES -->
-
-
-<!-- EOF -->