summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-12 00:06:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-12 00:06:51 +0000
commitfa0501700535865a79a867e9b7df57606f9b9b2c (patch)
tree0c1196afcf2ce60730f5027d5ac7921e80275912 /etc
parentc1a4cc360a12c91c4909c04762fb95e8d298dd32 (diff)
setgid too
Diffstat (limited to 'etc')
-rw-r--r--etc/security6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/security b/etc/security
index 742ab89f84c..5f03a2822c8 100644
--- a/etc/security
+++ b/etc/security
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: security,v 1.4 1996/07/07 09:35:26 deraadt Exp $
+# $OpenBSD: security,v 1.5 1996/07/12 00:06:50 deraadt Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
@@ -367,8 +367,8 @@ if [ -f /etc/exports ]; then
fi
fi
-# Display any changes in setuid files and devices.
-pending="\nChecking setuid files and devices:\n"
+# Display any changes in setuid/setgid files and devices.
+pending="\nChecking setuid/setgid files and devices:\n"
(find / \( ! -fstype local -o -fstype fdesc -o -fstype kernfs \
-o -fstype procfs \) -a -prune -o \
-type f -a \( -perm -u+s -o -perm -g+s \) -print -o \