RSBAC INSTALL
=============

Please make sure you also read the other instructions, specially
html/instadm.htm.

Installation from a RSBAC tarball
---------------------------------

You probably already untar'ed the rsbac-x.y.z.tar.gz archive. You can safely
untar this archive into your kernel main directory, or copy all files there
- no file should be overwritten.

To get RSBAC working, you must then patch the kernel using an RSBAC kernel
patch patch-x.y.z-va.b.c.gz, matching your kernel version. In kernel main dir call
gzip -dc patch-x.y.z-va.b.c.gz | patch -p1 &>perr
After patching, everything should be in place and a log should be in perr.

If your kernel version is not supported, check at
http://www.rsbac.org/patches for newer patch files.

If you are updating, it might be enough to untar the new RSBAC tarball and
to recompile with make dep && make bzImage (or whatever). The patch is
generic and should not change without notice in this text. 

Patch changes at versions:
- 1.0.9b
- 1.1.0
- 1.1.1
- 1.1.2
- 1.2.0
- 1.2.1

Installation from (old) rsbac-patch.gz
--------------------------------------
Please read the instructions in Documentation/rsbac/html/instadm.htm, this
format has already been replaced as you see this text.

23/Sep/2002
Amon Ott <ao@rsbac.org>
