summaryrefslogtreecommitdiffstats
path: root/etc/security
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1997-09-26 01:38:30 +0000
committeralex <alex@FreeBSD.org>1997-09-26 01:38:30 +0000
commitc6ca8e33872157f013643433f990e00d33fcf938 (patch)
tree271deddc6b4330ff079c9847eb6e074655af6de5 /etc/security
parent72603302dc607f032b25b5e94d05ffd3dffec94b (diff)
downloadFreeBSD-src-c6ca8e33872157f013643433f990e00d33fcf938.zip
FreeBSD-src-c6ca8e33872157f013643433f990e00d33fcf938.tar.gz
Changed ipfw grep string: reject rules are now listed as deny, reset,
or unreach.
Diffstat (limited to 'etc/security')
-rw-r--r--etc/security4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security
index 0943c3c..1a66efa 100644
--- a/etc/security
+++ b/etc/security
@@ -1,7 +1,7 @@
#!/bin/sh -
#
# @(#)security 5.3 (Berkeley) 5/28/91
-# $Id: security,v 1.20 1997/03/03 07:03:50 mpp Exp $
+# $Id: security,v 1.21 1997/08/01 01:25:21 brian Exp $
#
PATH=/sbin:/bin:/usr/bin
LC_ALL=C; export LC_ALL
@@ -53,7 +53,7 @@ echo "checking for uids of 0:"
awk 'BEGIN {FS=":"} $3=="0" {print $1,$3}' /etc/master.passwd
# show denied packets
-if ipfw -a l 2>/dev/null | egrep "deny|reject" > $TMP; then
+if ipfw -a l 2>/dev/null | egrep "deny|reset|unreach" > $TMP; then
if [ ! -f $LOG/ipfw.today ] ; then
separator
echo "no $LOG/ipfw.today"
OpenPOWER on IntegriCloud