Results 1 to 1 of 1
-
15th Jun 2014, 02:25 PM #1
Tutorial/HOW-TO: Kernel 2.6 Compilation with Grsecurity (grsec) - 2.6.5, 2.6.7, 2.6.8, 2.8.1, 2.6.9, 2.6.10, 2.6.11.6
The following tutorial provide a basic tutorial on installing grsecurity on a linux 2.6 kernel, it is up to date as of kernel 2.6.10.
Download the kernel source (obtain the latest kernel from kernel.org):
Code:cd /usr/src/ wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.bz2 bzip2 -d linux-2.6.10.tar.bz2 tar xf linux-2.6.10.tar
Code:cd /usr/src/ wget http://grsecurity.org/grsecurity-2.1.0-2.6.10-200501081640.patch
Code:patch -p0 < grsecurity-2.1.0-2.6.10-200501081640.patch
Before doing your configuration you may want to check which hardware you are using:
Code:lspci
Code:lspci -s 00:00.0 -vv lspci -s 00:1f.0 -vv
Start cofiguring/compile the kernel:
Code:cd /usr/src/linux-2.6.10 make clean make mrproper
Code:make oldconfig
Code:make menuconfig
Telephony Support
Fusion MPT device support
IEEE 1394 (FireWire) support (EXPERIMENTAL)
Amateur Radio support
IrDA (infrared) support
ISDN subsystem --- only if you are not using ISDN
Multimedia devices
Sound
USB support
Old CD-ROM drivers (not SCSI, not IDE) --- only if uneeded
Bluetooth support
Library routines
Code:make
Code:make modules_install
Code:make install
After you have installed the kernel you need to ensure you bootloader is configured correctly for the new kernel, and then reboot the machine.
There are plenty more options when installing the kernel, but with the make install command it does these all for you in one go.Areon Reviewed by Areon on . Tutorial/HOW-TO: Kernel 2.6 Compilation with Grsecurity (grsec) - 2.6.5, 2.6.7, 2.6.8, 2.8.1, 2.6.9, 2.6.10, 2.6.11.6 The following tutorial provide a basic tutorial on installing grsecurity on a linux 2.6 kernel, it is up to date as of kernel 2.6.10. Download the kernel source (obtain the latest kernel from kernel.org): cd /usr/src/ wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.bz2 bzip2 -d linux-2.6.10.tar.bz2 tar xf linux-2.6.10.tar Download the grsec patch (download the latest patch from grsecurity.org/download.php): Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Tutorial - How to post an image
By DeLeTeD in forum Tutorials and GuidesReplies: 28Last Post: 26th May 2012, 08:21 AM -
[Tutorial] How to install red5 properly with TROUBLESHOOTING
By onel0ve in forum Technical and Security TutorialsReplies: 2Last Post: 1st Jul 2011, 06:46 PM -
[Tutorial] - How to Keep your WP Blog Homepage Clean!
By xfernanx in forum Tutorials and GuidesReplies: 2Last Post: 23rd Jul 2010, 07:56 PM -
How to create a PayPal Account with a FakE Adress and avoid being Limited?
By SalmanAbbas007 in forum PaypalReplies: 18Last Post: 28th May 2010, 11:28 AM -
Tutorial - How to report posts on KWWHunction
By DeLeTeD in forum Tutorials and GuidesReplies: 0Last Post: 13th Apr 2010, 07:08 PM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...