Unpack kernel source tree: tar xvaf linux-X.Y.Z.tar.xz
cd linux-X.Y.Z
Patch the kernel: xz -dc ../patch-linux-X.Y.Z-rsbac-A.B.C.diff.xz | patch -p1
make menuconfig
make bzImage modules modules_install
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:
-
-