December 18, 2009

linux-2.6.10 + grsecurity

cd /usr/local/src/
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.gz
tar -zxf linux-2.6.10.tar.gz
wget http://grsecurity.net/grsecurity-2.1.0-2.6.10-200501071049.patch
patch -p0 < grsecurity-2.1.0-2.6.10-200501071049.patch
wget http://grsecurity.net/linux-2.6.10-secfix-200501071130.patch
patch -p0 < linux-2.6.10-secfix-200501071130.patch

cp linux-2.6.9/.config linux-2.6.10/
cd linux-2.6.10
-----command-----
When you run make it will ask some questions, just press and hold enter for them as you do not need any of the modules it asks about.



If you do not have one of my kernels running run this command.
-----command-----
cd linux-2.6.10
wget http://eth0.us/2.6.10/.config

No comments:

Post a Comment