=>  Releases

Stable: 1.4.3
kernel:

  • 2.6.31+

Full RSBAC kernels
Lazy of patching ? Get the already rsbac-patched kernel. Choose your flavor.

Classic kernels
Includes vanilla kernel with the RSBAC patch

  • 2.6.31

Enhanced kernels
PaX+RSBAC kernels

  • 2.6.31 (20091127)

Debian repository
Also works for Ubuntu and other Debian-based distributions, of course

GIT
Cutting edge RSBAC source code, can be unstable sometimes

=>  Events

No events planned

Quick Install

Install from pre-patched sources:

  1. Unpack pre-patched kernel source tree: tar xvjf linux-X.Y.Z-rsbac-va.b.c-bfN.tar.bz2
  2. cd linux-X.Y.Z-rsbac-va.b.c-bfN
  3. Apply all bugfixes for this RSBAC release with higher number than N (from -bfN) in the same manner, e.g.: cat rsbac-bugfix-vX.Y.Z-M | patch -p1.
  4. make menuconfig
  5. touch Makefile
  6. make dep bzImage modules modules_install
  7. Install the new kernel arch/<arch-name>/boot/bzImage with your favourite boot loader.

Required files:


Patch yourself:

  1. Unpack kernel source tree: tar xvjf linux-X.Y.Z.tar.bz2
  2. cd linux-X.Y.Z
  3. Unpack kernel version independent code: tar xvjf ../rsbac-vA.B.C.tar.bz2
  4. Patch the kernel (and possibly some RSBAC files): gzip -dc ../patch-X.Y.Z-vA.B.C.gz | patch -p1
  5. Apply all bugfixes for this RSBAC release in the same manner, e.g.: cat rsbac-bugfix-vX.Y.Z-N | patch -p1.
  6. make menuconfig
  7. touch Makefile
  8. make dep bzImage modules modules_install
  9. Install the new kernel arch/<arch-name>/boot/bzImage with your favourite boot loader.

Required files:

 

download/quick.txt · Last modified: 2009/11/27 21:18 by kang
This website is kindly hosted by m-privacy