diff --git a/etc/security b/etc/security index 7e2f6abb973..c63523e7dd3 100644 --- a/etc/security +++ b/etc/security @@ -1,7 +1,7 @@ #!/bin/sh - # # @(#)security 5.3 (Berkeley) 5/28/91 -# $Id$ +# $Id: security,v 1.18 1997/02/23 09:20:52 peter Exp $ # PATH=/sbin:/bin:/usr/bin LC_ALL=C; export LC_ALL @@ -30,10 +30,10 @@ set $MP while test $# -ge 1; do mount=$1 shift - find -X $mount -xdev -type f \ + find $mount -xdev -type f \ \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \ - \( -perm -u+s -or -perm -g+s \) | sort -done | xargs -n 20 ls -lgTd > $TMP + \( -perm -u+s -or -perm -g+s \) -print0 +done | xargs -0 -n 20 ls -lgTd | sort +9 > $TMP if [ ! -f $LOG/setuid.today ] ; then separator