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

</template_config>

<template_config os="Linux">

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

</template_config>