android_mt6572_jiabo/external/libcap
2025-09-05 16:56:03 +08:00
..
contrib first commit 2025-09-05 16:56:03 +08:00
doc first commit 2025-09-05 16:56:03 +08:00
libcap first commit 2025-09-05 16:56:03 +08:00
pam_cap first commit 2025-09-05 16:56:03 +08:00
progs first commit 2025-09-05 16:56:03 +08:00
.gitignore first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
CHANGELOG first commit 2025-09-05 16:56:03 +08:00
License first commit 2025-09-05 16:56:03 +08:00
Make.Rules first commit 2025-09-05 16:56:03 +08:00
Makefile first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_BSD_LIKE first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
pgp.keys.asc first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
template.c first commit 2025-09-05 16:56:03 +08:00

This is a library for getting and setting POSIX.1e (formerly POSIX 6)
draft 15 capabilities.

This library would not have been possible without the help of 

	Aleph1, Roland Buresund and Andrew Main, Alexander Kjeldaas.

More information on capabilities in the Linux kernel can be found at

	http://sites.google.com/site/fullycapable/

# INSTALLATION

	Linux-Caps % make

		builds the library and the programs

	Linux-Caps % make install

		installs the library libcap.XX.Y in /lib[64]/
		the binaries in /sbin/
		the <sys/capability.h> file in /usr/include
		the libcap.pc file in /usr/lib[64]/pkgconfig

* for some example programs look in progs.

Cheers

Andrew G. Morgan <morgan@kernel.org>