Blame README

Packit 3a1417
This is a library for getting and setting POSIX.1e (formerly POSIX 6)
Packit 3a1417
draft 15 capabilities.
Packit 3a1417
Packit 3a1417
This library would not have been possible without the help of 
Packit 3a1417
Packit 3a1417
	Aleph1, Roland Buresund and Andrew Main, Alexander Kjeldaas.
Packit 3a1417
Packit 3a1417
More information on capabilities in the Linux kernel can be found at
Packit 3a1417
Packit 3a1417
	http://sites.google.com/site/fullycapable/
Packit 3a1417
Packit 3a1417
# INSTALLATION
Packit 3a1417
Packit 3a1417
	Linux-Caps % make
Packit 3a1417
Packit 3a1417
		builds the library and the programs
Packit 3a1417
Packit 3a1417
	Linux-Caps % make install
Packit 3a1417
Packit 3a1417
		installs the library libcap.XX.Y in /lib[64]/
Packit 3a1417
		the binaries in /sbin/
Packit 3a1417
		the <sys/capability.h> file in /usr/include
Packit 3a1417
		the libcap.pc file in /usr/lib[64]/pkgconfig
Packit 3a1417
Packit 3a1417
* for some example programs look in progs.
Packit 3a1417
Packit 3a1417
Cheers
Packit 3a1417
Packit 3a1417
Andrew G. Morgan <morgan@kernel.org>