You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ut_SG560D/UM.9.14/external/libcap
quectel 55794fdde8 QCM6490:Alyssa:upload QCM6490 android12 base code.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7
4 years ago
..
contrib QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
doc QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
kdebug QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
libcap QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
pam_cap QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
progs QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
Android.bp QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
CHANGELOG QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
License QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
METADATA QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
MODULE_LICENSE_BSD_LIKE QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
Make.Rules QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
Makefile QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
NOTICE QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
OWNERS QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
README QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
pgp.keys.asc QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
template.c QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago

README

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>