diff options
author | rafan <rafan@FreeBSD.org> | 2007-12-30 18:54:16 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-12-30 18:54:16 +0800 |
commit | 0ae1af90c03da00e0fb6cf6a0fbbedf880d14224 (patch) | |
tree | 05a658f60711aa5613de31c00b2e41fb5400bedf /security/ossec-hids-client | |
parent | 7d6b71d7e7d719ba8f74458c6b925682aea57114 (diff) | |
download | freebsd-ports-gnome-0ae1af90c03da00e0fb6cf6a0fbbedf880d14224.tar.gz freebsd-ports-gnome-0ae1af90c03da00e0fb6cf6a0fbbedf880d14224.tar.zst freebsd-ports-gnome-0ae1af90c03da00e0fb6cf6a0fbbedf880d14224.zip |
- Update to 1.4
PR: ports/117762
Submitted by: valerio.daelli at gmail.com (maintainer)
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 |