Advertisement
laund

grsec1

Aug 25th, 2012
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. # cd /usr/src/
  2. # tar xfj linux-3.2.28.tar.bz2
  3. # rm -rf linux
  4. # ln -s /usr/src/linux-3.2.28 /usr/src/linux
  5. # cd /usr/src/linux
  6. # patch -p1 < /tmp/grsecurity-2.9.1-3.2.28-201208232048.patch
  7. # zcat /proc/config.gz > .config
  8. # make oldnoconfig
  9. # make menuconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement