summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-syscheck-hostdeny.xml.in
blob: f35f4d5593d9d8a0f730905d7dcd55f8df752045 (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" profile="%%SYSCHECK_PROFILE%%">

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

</template_config>

<template_config os="Linux" profile="%%SYSCHECK_PROFILE%%">

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

</template_config>