PRIVMAN:  A simple privledge seperation library.

To build:
	./configure
	make
	make install

It sohuld compile cleanly, modulo a couple of warnings from the YACC template
code.  If it fails, please let us know.

The directories here are:

clients		Applications that have been adapted for privilege management
		(i.e., clients of the PRIVMAN server).

docs		Papers, documentation.

etc		Sample configuration files for managed servers.  Used for
		the tests.

src		The source to the PRIVMAN library/server.

tests		Simple test programs to demonstrate the use of the library,
		and to test the functionality.


