Hello,
maybe Adamantix is what you are wanting to do. It is based on Debian woody and
uses kernel and gcc patches to improve security. At the moment you need to
install a normal Debian woody and then upgrade. However, you might create
installation CDs yourselve. For more information about Adaman
Hello,
many shell scripts use tempfiles like /tmp/tempfile.$$. This creates
insecure tempfile vulnerabilities. One commonly used fix for this problem
is to use set -e or/and set -C in the shell script. This makes the whole
script fail if one command fails or pipes anything to an existing file
(e.g.
2 matches
Mail list logo