
They are different kernel sources. SELinux requires you to install a SELinux stage or bootstrap with the USE flag "selinux". Can't say much about RSBAC since I haven't used it. "hardened-sources" is what I use myself with PaX, grsecurity and RBAC* support, and it doesn't require too much work to get it "going".janskey wrote:Suer7reus,
actually i'm confused with the hardened gentoo..what are those subprojects that hardened gentoo manual says [SELinux,RSBAC,Hardened-Sources, etc..], are they modules for hardened or options to be used..?
hi Message Sachankara,Sachankara wrote:They are different kernel sources. SELinux requires you to install a SELinux stage or bootstrap with the USE flag "selinux". Can't say much about RSBAC since I haven't used it. "hardened-sources" is what I use myself with PaX, grsecurity and RBAC* support, and it doesn't require too much work to get it "going".janskey wrote:Suer7reus,
actually i'm confused with the hardened gentoo..what are those subprojects that hardened gentoo manual says [SELinux,RSBAC,Hardened-Sources, etc..], are they modules for hardened or options to be used..?
*Role Based Access Control - requires the gradm package.

Well, there are two ways of installing the most simple security "package" (hardened-sources) :janskey wrote:hi Message Sachankara,Sachankara wrote:They are different kernel sources. SELinux requires you to install a SELinux stage or bootstrap with the USE flag "selinux". Can't say much about RSBAC since I haven't used it. "hardened-sources" is what I use myself with PaX, grsecurity and RBAC* support, and it doesn't require too much work to get it "going".janskey wrote:Suer7reus,
actually i'm confused with the hardened gentoo..what are those subprojects that hardened gentoo manual says [SELinux,RSBAC,Hardened-Sources, etc..], are they modules for hardened or options to be used..?
*Role Based Access Control - requires the gradm package.
thanks for the info's..actually i still didnt get it..what i didnt get is that the whole hardened gentoo.. actually what i understant is that there is a hardened-stage3, intall it, install portage, chroot to it..then install a hardened-sources, compile it..then its now a hardened server..![]()
but what i've seen in the documentation of the hardened gentoo.there are subprojects that i dont get it if they're modules for enhancement of the server or another kernel to be install or just USE flags..[SELinux,RSBAC,Hardened-Sources, etc..] are the subprojects i mean..i'm just confused how it works.ehaehhae..
Code: Select all
gcc-config -l
[1] i586-pc-linux-gnu-3.4.5
[2] i586-pc-linux-gnu-3.4.5-hardenednopie
[3] i586-pc-linux-gnu-3.4.5-hardenednopiessp
[4] i586-pc-linux-gnu-3.4.5-hardenednossp
[5] i586-pc-linux-gnu-3.4.5-vanilla *Code: Select all
gcc-config 1
source /etc/profileCode: Select all
[1] i586-pc-linux-gnu-3.4.5 *
[2] i586-pc-linux-gnu-3.4.5-hardenednopie
[3] i586-pc-linux-gnu-3.4.5-hardenednopiessp
[4] i586-pc-linux-gnu-3.4.5-hardenednossp
[5] i586-pc-linux-gnu-3.4.5-vanillaCode: Select all
paxtest kiddie
or
paxtest blackhat
aehhae?janskey wrote:Sachankara,
thanks a lot..i learned a lot for this..aehhae..another question would be what are those subprojects of hardened gentoo..are they modules, USE flags or security installers..?
what if i'll make this computer to become also a virtual server for my developers..do i need to compile vserver-sources?some of my team mates need test box/beds for their softwares for testing..any advice for this?

I'd choose the one I know best. They all have their strenghts and weaknessess. A weaker system set up by someone who knows it from the inside and out is almost always more secure than a strong system set up by someone who doesn't know what he/she is really doing. As people often say: "Security is not a tool or an application - it's a process". Meaning that the tools can't do everything for you. If you really haven't used any of the systems yet, start with hardened-sources (PaX/grsecurity), continue with RBAC and work your way up.janskey wrote:Sachankara,
thanks a lot..now its clear to me whats a hardened gentoo is..any way..if i would let you chose on building production server for company..which one would you choose?