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

Diff for /src/etc/Attic/security between version 1.4 and 1.5

version 1.4, 1996/07/07 09:35:26 version 1.5, 1996/07/12 00:06:50
Line 367 
Line 367 
     fi      fi
 fi  fi
   
 # Display any changes in setuid files and devices.  # Display any changes in setuid/setgid files and devices.
 pending="\nChecking setuid 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 kernfs \
                 -o -fstype procfs \) -a -prune -o \                  -o -fstype procfs \) -a -prune -o \
         -type f -a \( -perm -u+s -o -perm -g+s \) -print -o \          -type f -a \( -perm -u+s -o -perm -g+s \) -print -o \

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5