summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-syscheck-newfiles.xml.in
blob: 7a303e56af0e704688a6ccacec85fb8bcc8f3e0d (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>
    <alert_new_files>yes</alert_new_files>
  </syscheck>

</template_config>

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

  <syscheck>
    <alert_new_files>yes</alert_new_files>
  </syscheck>

</template_config>