==== Quick Install ==== === Install from pre-patched sources: === - Unpack pre-patched kernel source tree: tar xvjf linux-X.Y.Z-rsbac-va.b.c-bfN.tar.bz2 - cd linux-X.Y.Z-rsbac-va.b.c-bfN - 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. - make menuconfig - touch Makefile - make dep bzImage modules modules_install - Install the new kernel arch//boot/bzImage with your favourite boot loader. Required files: - [[@dl.php?file=kernels/1.3.7|Pre-patched kernel code archives]] - [[@dl.php?file=code/1.3.7/rsbac-admin-1.3.7.tar.bz2|Administration tools]] ---- === Patch yourself: === - Unpack kernel source tree: tar xvjf linux-X.Y.Z.tar.bz2 - cd linux-X.Y.Z - Unpack kernel version independent code: tar xvjf ../rsbac-vA.B.C.tar.bz2 - Patch the kernel (and possibly some RSBAC files): gzip -dc ../patch-X.Y.Z-vA.B.C.gz | patch -p1 - Apply all bugfixes for this RSBAC release in the same manner, e.g.: cat rsbac-bugfix-vX.Y.Z-N | patch -p1. - make menuconfig - touch Makefile - make dep bzImage modules modules_install - Install the new kernel arch//boot/bzImage with your favourite boot loader. Required files: - [[@dl.php?file=code/1.3.7/rsbac-common-1.3.7.tar.bz2|Kernel version independent kernel code]] - [[@dl.php?file=patches/1.3.7/|Kernel version dependent patches]] - [[@dl.php?file=code/1.3.7/rsbac-admin-1.3.7.tar.bz2|Administration tools]]