summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-syscheck-hostdeny.xml.in
blob: 07f278dce15be03e30148688f7c3c9b4a00ab1d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<template_config os="FreeBSD">

  <syscheck>
    <ignore>/etc/hosts.allow</ignore>
  </syscheck>

</template_config>

<template_config os="Linux">

  <syscheck>
    <ignore>/etc/hosts.deny</ignore>
  </syscheck>

</template_config>