cizzi wrote:I will launching a free linux shell service to the public and do
not want to go online without proper security.
Giving shell service is itself hideously insecure. Anyway, I'm afraid
grsecurity is wrong tool for securing such a system, at least, I was
told so by PaX developer(s), see
viewtopic.php?f=3&t=1707#p6811cizzi wrote:Can you guys suggest alternatives to gr security or links or books, anything
that will secure my debian system against hackers.
I think some kind of virtualization (user mode linux, vserver, kvm, etc.)
is a better (as in: simple and reasonably secure) approach.
If you feel masochistic enough you might want to try RSBAC or SELinux.
Be forewarned:
1. Although their security model is fairly simple, it's radically different
from traditional *NIX one. Learning it and getting used to it takes a while.
(The same applies to grsecurity).
2. Unfortunately, *NIX software was not designed with such a "strong" security
in mind, so it breaks more often than not.
P.S.
The only *simple* way to secure system from crackers is to plug off the power cord.