What should go into a security-checking shell script?

jim frost madd at world.std.com
Thu Oct 26 04:10:41 AEST 1989


In article <1TDnkx#VBnsh=greg at cheers.UUCP> greg at cheers.uucp (Greg Onufer) writes:
|A few things to think about:
|	- Compare checksums of all vendor-supplied executables
|	  with known-correct checksums.

Actually it's better to do both a CRC and an inode-change test; the
latter is very fast and fairly difficult to get around portably, the
former is kind of slow but tough to get around.  A combination of the
two is fairly effective.  This kind of test should be done on the
kernel regularly!

jim frost
software tool & die
madd at std.com



More information about the Comp.unix.wizards mailing list