==== Quick Install 1.5.0 ==== === Install from pre-patched sources: === - Unpack pre-patched kernel source tree: tar xvjf linux-X.Y.Z-rsbac-A.B.C.tar.bz2 - cd linux-X.Y.Z-rsbac-A.B.C - make menuconfig - make bzImage modules modules_install - Install the new kernel arch//boot/bzImage with your favorite boot loader. Required files: - [[@dl.php?file=kernels/1.5.0|Pre-patched kernel code archives]] - [[@dl.php?file=code/1.5.0/rsbac-admin-1.5.0.tar.xz|Administration tools]] ---- === Patch yourself: === - 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//boot/bzImage with your favorite boot loader. Don't forget to also download and install the RSBAC admin tools. Required files: - [[@dl.php?file=patches/1.5.0/|Kernel patches]] - [[@dl.php?file=code/1.5.0/rsbac-admin-1.5.0.tar.xz|Administration tools]]