OK, i'm attempting to read the gentoo security guide, but it isn't perfect. it needs more documentation IMO. for people who know ipchains and all i'm sure its fine, but for me it is kinda vauge.
1.) it says chkrootkit can be made a cron job but then doesn't say _how_. it gives a line. am i supposed to type this on the command line or put it in a file?
2.) it lists a huge firewall that i don't quite follow. I want to have the following:
access to browse webpages, ftp, and rsync. not for http, ftp, or rsync servers.
access to AIM.
access to some games, like RTCW-Enemy Territory.
3.) I kinda like some of the ideas of squid, but the example is again kind hard to use.
4.) are there any files that _need_ to have read write or execute access by everyone? outside of /tmp and /var/tmp at least. like can you
chmod -R o-rwx /* && chmod -R 1777 /tmp && chmod -R 1777 /var/tmp
and not worry about the computer failing?

