summaryrefslogtreecommitdiff
path: root/etc/security
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-11-24 12:08:18 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-11-24 12:08:18 +0000
commit33057b21b353811b3e5e45ec763b642580ef1c81 (patch)
treee6225eb0209038a7414b829bba9fd08f3614f5b5 /etc/security
parent58ed25a0016556b709941db5c8d0e360655f6180 (diff)
Remove kernfs, okay deraadt@.
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 a69227ccca9..8d4471b083c 100644
--- a/etc/security
+++ b/etc/security
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: security,v 1.72 2005/11/11 18:15:07 deraadt Exp $
+# $OpenBSD: security,v 1.73 2005/11/24 12:08:15 pedro Exp $
# from: @(#)security 8.1 (Berkeley) 6/9/93
#
@@ -457,7 +457,7 @@ fi
# 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 \
+(find / \( ! -fstype local -o -fstype fdesc \
-o -fstype procfs -o -fstype afs -o -fstype xfs \) -a -prune -o \
-type f -a \( -perm -u+s -o -perm -g+s \) -print0 -o \
! -type d -a ! -type f -a ! -type l -a ! -type s -a ! -type p \