=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/security,v retrieving revision 1.73 retrieving revision 1.74 diff -c -r1.73 -r1.74 *** src/etc/Attic/security 2005/11/24 12:08:15 1.73 --- src/etc/Attic/security 2005/12/06 20:18:56 1.74 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: security,v 1.73 2005/11/24 12:08:15 pedro Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: security,v 1.74 2005/12/06 20:18:56 pedro Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # *************** *** 457,463 **** # 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 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 \ --- 457,463 ---- # Display any changes in setuid/setgid files and devices. pending="\nChecking setuid/setgid files and devices:\n" ! (find / \( ! -fstype local \ -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 \