=>  Releases

Stable: 1.3.7
for kernels:

  • 2.4.36
  • 2.6.23.14

Devel 1.4: 1.4.0-rc3
for kernels:

  • 2.4.36.9
  • 2.6.27.5

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.23.14
  • 2.4.35.3

Enhanced kernels
Kernels including latest security fixes, goodies, and of course PaX+RSBAC

  • 2.6.23.15 (20080217)
  • 2.4.36 (20080217)

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

SVN
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: 2008/02/19 12:00 by kang
This website is kindly hosted by m-privacy