diff options
Diffstat (limited to 'security/ossec-hids-client')
-rw-r--r-- | security/ossec-hids-client/Makefile | 2 | ||||
-rw-r--r-- | security/ossec-hids-client/pkg-plist.client | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/security/ossec-hids-client/Makefile b/security/ossec-hids-client/Makefile index 86a0c27ed560..df78187f4544 100644 --- a/security/ossec-hids-client/Makefile +++ b/security/ossec-hids-client/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +COMMENT= The client port of ossec-hids + CLIENT_ONLY= yes MASTERDIR= ${.CURDIR}/../ossec-hids-server diff --git a/security/ossec-hids-client/pkg-plist.client b/security/ossec-hids-client/pkg-plist.client index 04036b447d8e..7bcf67decf8a 100644 --- a/security/ossec-hids-client/pkg-plist.client +++ b/security/ossec-hids-client/pkg-plist.client @@ -1,9 +1,9 @@ -%%PORTNAME%%/active-response/bin/firewalls/ipfw.sh -%%PORTNAME%%/active-response/bin/firewalls/ipfw_mac.sh -%%PORTNAME%%/active-response/bin/firewalls/pf.sh %%PORTNAME%%/active-response/bin/disable-account.sh %%PORTNAME%%/active-response/bin/firewall-drop.sh %%PORTNAME%%/active-response/bin/host-deny.sh +%%PORTNAME%%/active-response/bin/ipfw.sh +%%PORTNAME%%/active-response/bin/ipfw_mac.sh +%%PORTNAME%%/active-response/bin/pf.sh %%PORTNAME%%/active-response/bin/route-null.sh %%PORTNAME%%/bin/manage_agents %%PORTNAME%%/bin/ossec-agentd @@ -14,6 +14,7 @@ %%PORTNAME%%/etc/internal_options.conf %%PORTNAME%%/etc/shared/rootkit_trojans.txt %%PORTNAME%%/etc/shared/rootkit_files.txt +%%PORTNAME%%/etc/shared/system_audit_rcl.txt %%PORTNAME%%/etc/shared/win_malware_rcl.txt %%PORTNAME%%/etc/shared/win_audit_rcl.txt %%PORTNAME%%/etc/shared/win_applications_rcl.txt |