Blame README

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