I ran across a rather clever security information site. I'd suggest just visiting it to see for yourself:
http://www.ibm.com/developerworks/spaces/linuxsecurity?ca=dgr-lnxw02aLinuxSecuritySpaces
How safe are Wi-Fi hot spots?
I grew up in Green Bay Wisconsin, so I tend to pay attention to local news from that area. A friend sent me this story
http://www.postcrescent.com/apps/pbcs.dll/article?AID=/20070925/APC0101/709250595/1004
The story contains this morsel:
How safe are Wi-Fi hot spots?
"The Internet is not a real secure place in general, but it's also not something to be overly worried about if you're working with sites (and) businesses that you've worked with before," said Scott Liske, the city of Appleton's director of technology services. "When you know you're at a legitimate site, then there are very few issues."
I can understand how normal people are utterly confused by all the threats on the Internet when a supposed expert doesn't even get it. If your browser isn't encrypting the connection to the remote server, there is no way you can verify that the data you are seeing hasn't been altered between the host and your computer.
Is a chroot secure?
Kerneltrap has a nice summary of why a chroot is not a security feature. This is an issue that comes up every couple of years. It is likely this will continue to happen since there is quite a lot of information available on the Internet that claims a chroot is a fine way to keep something secure. The best advice if you wish to keep a process in a cage would be to use SELinux.
http://kerneltrap.org/Linux/Abusing_chroot
Is SELinux really too complex?
Speaking of SELinux, this article takes a rather insightful look at the technology.
http://enterpriselinuxlog.blogs.techtarget.com/2007/09/26/selinux-is-it-really-too-complex/
The article does point out that the OpenBSD mailing list is obviously a rahter biased place to find SELinux commentary, but many of the points made about SELinux are good for someone who hasn't been keeping an eye on the discussions.