diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-06-30 13:16:21 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-06-30 13:16:21 +0000 |
| commit | 80ed784ffa43513bca4708d3b52ae77475ac4c7d (patch) | |
| tree | b870eec6f8d579de46dceedfa7bfff77ab5704f1 /etc/security | |
| parent | 06903ddcd514b7d7356808be25b70e1ee4cbcc10 (diff) | |
Notes
Diffstat (limited to 'etc/security')
| -rw-r--r-- | etc/security | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security index 9e57fbcb9320..55776e4b266a 100644 --- a/etc/security +++ b/etc/security @@ -1,7 +1,7 @@ #!/bin/sh - # # @(#)security 5.3 (Berkeley) 5/28/91 -# $Id: security,v 1.10 1996/04/18 10:34:07 ache Exp $ +# $Id: security,v 1.11 1996/04/19 22:28:01 ache Exp $ # PATH=/sbin:/bin:/usr/bin LC_ALL=C; export LC_ALL @@ -20,7 +20,7 @@ echo "checking setuid files and devices:" # note that one of the original problem, the possibility of overrunning # the args to ls, is still here... # -MP=`mount -t ufs | sed 's;/dev/;&r;' | awk '{ print $3 }'` +MP=`mount -t ufs | grep -v " nosuid" | sed 's;/dev/;&r;' | awk '{ print $3 }'` set $MP while test $# -ge 1; do mount=$1 |
