Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Testing the GRSEC kernel

Post your How to's here


Testing the GRSEC kernel

Postby ryanvade » Tue May 07, 2013 12:35 am

Hello Everyone. I am sure you have noticed, I like to build kernels. So, I am going to write a tutorial on compilling and installing the Grsecurity kernel. The Grsecurity kernel is a "Hardened kernel" that is designed to be "Even more hack resistant". It uses the PaX kernel patches, with memory security features and other security protection techniques. Now please be aware that this is for Experienced Kernel Users Only. Not only is this hard to get right on most systems, but I am using TESTING patches. So with the waring out of the way, lets get started. First off, you will need to make a directory to build in. For example:
Code: Select all
mkdir /build/PAX-kernel

With the src directory made, we need to download the files. As of this tutorial the kernel used is 3.8.11. The patches are from grsecurity.net (aria2c can be substituted with wget)
Code: Select all
aria2c https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.8.11.tar.xz

and now the patche:
Code: Select all
aria2c http://grsecurity.net/test/grsecurity-2.9.1-3.8.11-201305011917.patch

With that done we can extract the kernel source, and patch it.
Code: Select all
tar xpvf linux-3.8.11.tar.xz && cd linux-3.8.11

Code: Select all
patch -p1 < ../grsecurity-2.9.1-3.8.11-201305011917.patch

Code: Select all
cd linux-3.8.11 && make mrproper

Now this is where it gets tricky, we need to setup the config file. If you have a 3.8 kernel on your system I would use the newest version of that and cp it to .config.
Now we have to menuconfig:
Code: Select all
make menuconfig

Now go to Security Options --> Grsecurity --> Configuration Method --> Now you have 2 options Automatic and Custom. I have been using Automatic and then double checking the options.
After selecting Automatic go through the rest of the options and configure to your tastes. DOUBLE CHECK THE MEMORY RELATED OPTIONS. I have to admit that I am recompiling the kernel because firefox and chromium won't start. My bad.

With the configuration done, you have two more options to choose from.
A.) make a .deb to install from
B.) normal make and make install.

For A.)
Code: Select all
fakeroot make deb-pkg

Code: Select all
cd .. && sudo dpkg -i *.deb

for B.)
Code: Select all
make -j3
Where 3 is the number of jobs you want to start. Max is number of threads +1.
Code: Select all
sudo make modules_install install


After installing reboot. Hopefully you can get to your desktop. Then open the terminal again and install the grsecurity administration tools.
1.) gradm2: either
Code: Select all
sudo apt-get install gradm2
or download from grsecurity.net
2.)paxctl: download from http://pax.grsecurity.net/
3.)pspax:
Code: Select all
sudo apt-get install pax-utils


Once all is installed make sure to update the kernel modules with dkms, and to read the wiki http://en.wikibooks.org/wiki/Grsecurity
Image

Laptop: HP dv6t-7000 CTO Desktop: Compaq Presario SR21632wm
i5 2450m Pentium D 960 @ 4 GHz
6 GB ram 2 GB ram
Intel HD 3000 Graphics / Nvidia GT 630M Nvidia GT 520 @ 820 MHz
Diamond II-B 3.10-rc4/Windows 7 Home Premium KDE | Windows 7 Starter/Arch Linux

Paid supporter of the Linux Foundation
User avatar
ryanvade
Moderator
 
Posts: 499
Joined: Sat Apr 28, 2012 10:54 am
Operating System: Other Linux

Return to How To's (Do not post questions please)

Who is online

Users browsing this forum: No registered users and 3 guests