On Tue, 13 Apr 2004, Davide Libenzi wrote: > Guys, if you run ecartis, you need to take very special care. First, run > it under swrap on a non privileged user: > > http://www.xmailserver.org/swrap.c > > Second, at the beginning of the "main" function add something like: > > srand(time() * getpid() * XXX); > alloca(rand() % 2048); > > where XXX is your random number. Do *not* let XMail to run ecartis as > root, since it is not the safest package on Earth.
Also, I use this on Linux (not sure if it'll work with FreeBSD) to randomly relocate libs and execs: http://freshmeat.net/projects/prelink/ - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
