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: