[BACK]Return to security CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/security between version 1.87 and 1.88

version 1.87, 2009/05/24 22:25:12 version 1.88, 2009/06/03 14:45:39
Line 422 
Line 422 
 next_part "Setuid/device find errors:"  next_part "Setuid/device find errors:"
 ( set -o noglob  ( set -o noglob
   find / \    find / \
         \( ! -fstype local -o -fstype procfs -o -fstype afs -o -fstype xfs \          \( ! -fstype local -o -fstype procfs -o -fstype afs -o -fstype nnpfs \
            `for f in $SUIDSKIP; do echo -o -path $f; done` \             `for f in $SUIDSKIP; do echo -o -path $f; done` \
         \) -a -prune -o \          \) -a -prune -o \
         -type f -a \( -perm -u+s -o -perm -g+s \) -print0 -o \          -type f -a \( -perm -u+s -o -perm -g+s \) -print0 -o \

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88