mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
38 lines
883 B
XML
38 lines
883 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<template_config>
|
|
|
|
<command>
|
|
<name>host-deny</name>
|
|
<executable>host-deny.sh</executable>
|
|
<expect>srcip</expect>
|
|
<timeout_allowed>yes</timeout_allowed>
|
|
</command>
|
|
|
|
<command>
|
|
<name>firewall-drop</name>
|
|
<executable>firewall-drop.sh</executable>
|
|
<expect>srcip</expect>
|
|
<timeout_allowed>yes</timeout_allowed>
|
|
</command>
|
|
|
|
<command>
|
|
<name>disable-account</name>
|
|
<executable>disable-account.sh</executable>
|
|
<expect>user</expect>
|
|
<timeout_allowed>yes</timeout_allowed>
|
|
</command>
|
|
|
|
<command>
|
|
<name>restart-ossec</name>
|
|
<executable>restart-ossec.sh</executable>
|
|
<expect></expect>
|
|
</command>
|
|
|
|
<command>
|
|
<name>route-null</name>
|
|
<executable>route-null.sh</executable>
|
|
<expect>srcip</expect>
|
|
<timeout_allowed>yes</timeout_allowed>
|
|
</command>
|
|
|
|
</template_config>
|