Quick Install 1.5.0

Install from pre-patched sources:

  1. Unpack pre-patched kernel source tree: tar xvjf linux-X.Y.Z-rsbac-A.B.C.tar.bz2
  2. cd linux-X.Y.Z-rsbac-A.B.C
  3. make menuconfig
  4. make bzImage modules modules_install
  5. Install the new kernel arch/<arch-name>/boot/bzImage with your favorite boot loader.

Required files:


Patch yourself:

  1. Unpack kernel source tree: tar xvaf linux-X.Y.Z.tar.xz
  2. cd linux-X.Y.Z
  3. Patch the kernel: xz -dc ../patch-linux-X.Y.Z-rsbac-A.B.C.diff.xz | patch -p1
  4. make menuconfig
  5. make bzImage modules modules_install
  6. Install the new kernel arch/<arch-name>/boot/bzImage with your favorite boot loader.

Don't forget to also download and install the RSBAC admin tools.

Required files: