Current version
Git/Latestdiff: 1.5.6
Latest Snapshots
Produced after each commit or rebase to new upstream version
GIT
RSBAC source code, can be unstable sometimes
No events planned
We recommend you to read about SSP/PIE and the PaX module. You might want to choose a special Linux distribution to handle this kind of binaries for you. (Namely, Gentoo Hardened, or Adamantix for example)
Install https://wiki.archlinux.org/index.php/Yaourt and install the kernel and admin packages for RSBAC/
This should start you up:
yaourt rsbac
A special guide exists to install RSBAC on Gentoo:
Debian provides RSBAC packages in the unstable branch. They are often outdated, so you might not want to use them.
You can, however, compile your kernel from source and create a Debian package from the RSBAC source admin tool package (debian files are already provided).
A complete debian guide on how to create .deb
packages is available online at debian.org.
However, if you are familiar with the process, you simply need to unpack the rsbac admin tool archive and issue this command:
dpkg --build rsbac-admin-<version> rsbac-admin-<version>.deb
and install it:
dpkg --install rsbac-admin-<version>.deb
RSBAC is installed by default with Mandriva kernels. To enable it, you simply need to install the rsbac-admin package using their graphical tool, and to pass the rsbac_on
kernel argument at system boot.
RSBAC might be automatically set up and enabled in future Mandriva versions.
Table of Contents: RSBAC Handbook
Previous: Installation
Next: Installing from Source