diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-19 16:53:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-19 16:53:20 +0000 |
commit | 4cb8e7095220657c526b7d2e20a87648b53be102 (patch) | |
tree | 18fd711fb95d9686f7038e486bf140e904726fcd /security/portsentry/files/patch-ab | |
parent | upgrade to alpha-9 (diff) |
Import of abacus sentry v 0.61
Sentry is part of the Abacus Project suite of security tools.
It is a program designed to detect and respond to port scans
against a target host in real-time. There are other port scan
detectors that peform similar detection of scans,but the Sentry
has some unique features that may make it worth looking into.
PR: ports/5475
Submitted by: chris@still.whet.org
Diffstat (limited to 'security/portsentry/files/patch-ab')
-rw-r--r-- | security/portsentry/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/portsentry/files/patch-ab b/security/portsentry/files/patch-ab new file mode 100644 index 000000000000..08d52d3388a4 --- /dev/null +++ b/security/portsentry/files/patch-ab @@ -0,0 +1,17 @@ +--- sentry.conf.orig Sat Dec 19 11:06:01 1998 ++++ sentry.conf Sat Dec 19 11:06:22 1998 +@@ -80,11 +80,11 @@ + ###################### + # + # Hosts to ignore +-IGNORE_FILE="/usr/local/abacus/sentry.ignore" ++IGNORE_FILE="/usr/local/etc/sentry.ignore" + # Hosts that have been denied (running history) +-HISTORY_FILE="/usr/local/abacus/sentry.history" ++HISTORY_FILE="/usr/local/etc/sentry.history" + # Hosts that have been denied this session only (temporary until next restart) +-BLOCKED_FILE="/usr/local/abacus/sentry.blocked" ++BLOCKED_FILE="/usr/local/etc/sentry.blocked" + + ################### + # Response Options# |