On Wed, Jul 16, 2003, at 13:40 PDT, "Robinson, Eric R." wrote: > I thought of tripwire, but I was hoping for a solution that I didn't have to > install, configure, and test on every new machine I come across where I > might want to do this. The idea is to have an easy way to answer the > question, "What did this new rpm, or other kind software installation, > actually do to my system?"
Hmm. I can't think of anything off of the top of my head that does that, but here is something that you could do. Run what ever application under strace and then go back through the voluminous output of that and look for open and write calls. There would be false positives, but a trained eye should be able to weed those out. A wrapper application like strace would be interesting to write. Useful too. -- Sam Phillips <[EMAIL PROTECTED]> http://www.dasbistro.com Reno Nevada _______________________________________________ RLUG mailing list [EMAIL PROTECTED] http://www.rlug.org/mailman/listinfo/rlug
