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

Diff for /src/etc/Attic/security between version 1.72 and 1.73

version 1.72, 2005/11/11 18:15:07 version 1.73, 2005/11/24 12:08:15
Line 457 
Line 457 
   
 # Display any changes in setuid/setgid files and devices.  # Display any changes in setuid/setgid files and devices.
 pending="\nChecking setuid/setgid files and devices:\n"  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 \          -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 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 \          ! -type d -a ! -type f -a ! -type l -a ! -type s -a ! -type p \

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73