summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-syscheck-noauto.xml.in
blob: b71e1aeaba59135eb161146e957931c73350099f (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>
    <auto_ignore>no</auto_ignore>
  </syscheck>

</template_config>

<template_config os="Linux">

  <syscheck>
    <auto_ignore>no</auto_ignore>
  </syscheck>

</template_config>