diff options
Diffstat (limited to 'security/ossec-hids-local-config/files/template-syscheck-hostdeny.xml.in')
-rw-r--r-- | security/ossec-hids-local-config/files/template-syscheck-hostdeny.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ossec-hids-local-config/files/template-syscheck-hostdeny.xml.in b/security/ossec-hids-local-config/files/template-syscheck-hostdeny.xml.in index f35f4d5..07f278d 100644 --- a/security/ossec-hids-local-config/files/template-syscheck-hostdeny.xml.in +++ b/security/ossec-hids-local-config/files/template-syscheck-hostdeny.xml.in @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<template_config os="FreeBSD" profile="%%SYSCHECK_PROFILE%%"> +<template_config os="FreeBSD"> <syscheck> <ignore>/etc/hosts.allow</ignore> @@ -7,7 +7,7 @@ </template_config> -<template_config os="Linux" profile="%%SYSCHECK_PROFILE%%"> +<template_config os="Linux"> <syscheck> <ignore>/etc/hosts.deny</ignore> |