How to configure grsec on a Cpanel box
First lets start by moving into the correct directory
cd /usr/src
Now let's download the kernel from kernel.org
wget http://www.kernel.org/pub/linux/kernel/ ... .10.tar.gz
Let's open the tar file now
tar zxvf linux-2.6.27.10.tar.gz
We need to also create a symlink
ln -s linux-2.6.27.10 linux
Let's grab the grsec patch
wget http://grsecurity.net/grsecurity-2.1.12 ... 7.patch.gz
Let's open the grsec ...