Unfortunately no one can be told what Redcore Linux is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hi,
I see one Redcore's distro, usual there are few distro. I want to build a hardened server web. But, how is hardened this only distro ? With SElinux, PAX, Grsecurity ?
Thanks
Best regards
Eric
Offline
Redcore is built using Gentoo's hardened profile. Which means SSP (stack smashing protection), FORTIFY_SOURCE level 3, libc assertions, PIE (position independent executables), stack clash protection, RELRO and control flow technology are all enabled by default. We do not use SElinux, but Apparmor is enabled by default instead.
korhal /jails/redcore/amd64/scripts # ./tc-check /bin/bash
/bin/bash:
Position Independent Executable: yes
Stack protected: yes
Fortify Source functions: yes
Read-only relocations: yes
Immediate binding: yes
Offline
Pages: 1