diff options
Diffstat (limited to 'security/ossec-hids-local-config/files/template-syscheck-noauto.xml.in')
-rw-r--r-- | security/ossec-hids-local-config/files/template-syscheck-noauto.xml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/ossec-hids-local-config/files/template-syscheck-noauto.xml.in b/security/ossec-hids-local-config/files/template-syscheck-noauto.xml.in new file mode 100644 index 0000000..03f5943 --- /dev/null +++ b/security/ossec-hids-local-config/files/template-syscheck-noauto.xml.in @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<template_config os="FreeBSD" profile="%%SYSCHECK_PROFILE%%"> + + <syscheck> + <auto_ignore>no</auto_ignore> + </syscheck> + +</template_config> + +<template_config os="Linux" profile="%%SYSCHECK_PROFILE%%"> + + <syscheck> + <auto_ignore>no</auto_ignore> + </syscheck> + +</template_config> |